Skip to content

Commit b32f286

Browse files
committed
Fix YAML syntax in CI workflow
1 parent 26bc9e4 commit b32f286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'temurin'
2525
cache: 'maven'
2626
- uses: actions/setup-node@v4
27-
node-version: '20'
27+
node-version: 20
2828
cache: 'npm'
2929
- name: install-tokenizer
3030
working-directory: rascal-textmate-core

0 commit comments

Comments
 (0)