diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a69667b..338aec7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,6 +15,6 @@ jobs: with: node-version: 16 - name: Install dependencies - run: yarn install --frozen-lockfile + run: npm install --save-exact - name: Linting - run: yarn lint \ No newline at end of file + run: npm lint \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6411fe..4633367 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,8 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16 + - name: Install dependencies + run: npm install --save-exact - name: Publish to Visual Studio Marketplace uses: HaaLeo/publish-vscode-extension@v1 with: