Skip to content

Commit

Permalink
Explicitly set path to package-lock.json for caching in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sungshik committed Jul 10, 2024
1 parent 63f6e78 commit 61984d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
node-version: 20
cache: 'npm'
cache-dependency-path: 'rascal-textmate-core/package-lock.json'
- name: install-tokenizer
working-directory: rascal-textmate-core
run: npm install vscode-tmgrammar-test
Expand Down

0 comments on commit 61984d6

Please sign in to comment.