Skip to content

Commit 02818bd

Browse files
committed
Update workflow node versions
1 parent e39d7cb commit 02818bd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/lint-and-syntax-check.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
strategy:
2929
matrix:
30-
node-version: [ 14.x, 16.x, 18.x, 20.x ]
30+
node-version: [ 14.x, 16.x, 18.x, 20.x, 22.x, 24.x ]
3131

3232
steps:
3333
- uses: actions/checkout@v4
@@ -55,5 +55,3 @@ jobs:
5555
needs: [ lint, syntax-check ]
5656
if: success() && github.event.ref == 'refs/heads/master' && contains(github.event.head_commit.message, '#npm-publish')
5757
uses: DoctorMcKay/github-workflows/.github/workflows/npm-publish.yml@master
58-
with:
59-
node-version: 14.x

0 commit comments

Comments
 (0)