Skip to content

Commit

Permalink
explicitly set cache path in publish-extension workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
balins committed Feb 17, 2025
1 parent 45ec3ba commit 7406fd9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,15 @@ jobs:
with:
ref: ${{ github.event.inputs.ref }}

- name: Change directory
run: cd packages/vscode-extension

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
cache-dependency-path: packages/vscode-extension/package-lock.json

- name: Change directory
run: cd packages/vscode-extension

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 7406fd9

Please sign in to comment.