Skip to content

Commit ca448c5

Browse files
committed
Add node version+caching to CI workflow
1 parent 61de333 commit ca448c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
distribution: 'temurin'
2525
cache: 'maven'
2626
- uses: actions/setup-node@v4
27+
node-version: '20'
28+
cache: 'npm'
2729
- name: install-tokenizer
2830
working-directory: rascal-textmate-core
2931
run: npm install vscode-tmgrammar-test

0 commit comments

Comments
 (0)