Skip to content

Commit

Permalink
Specify package lock location
Browse files Browse the repository at this point in the history
  • Loading branch information
lbuesching committed Jan 11, 2024
1 parent 6f3d844 commit 13721f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18'
cache-dependency-path: './src/vscode/package-lock.json'
cache: 'npm'
- name: Restore NPM
run: npm install -g typescript vsce ovsx
Expand Down

0 comments on commit 13721f9

Please sign in to comment.