Skip to content

Commit 70adf5d

Browse files
authored
Upgrade the GitHub workflow from Node 18 to Node 20 (#78)
1 parent 58d0b26 commit 70adf5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-node@v3
2525
with:
2626
# See supported Node.js release schedule at https://nodejs.org/en/about/previous-releases#release-schedule
27-
node-version: 18
27+
node-version: 20
2828
cache: 'npm'
2929
- run: npm clean-install
3030
- run: npm run build-grammar

0 commit comments

Comments
 (0)