Skip to content

Commit 985b7e1

Browse files
authored
Merge pull request #174 from dhensby/pulls/workflow-update
ci: update test suite node versions
2 parents 42a1295 + c6df32d commit 985b7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- codelint
6161
strategy:
6262
matrix:
63-
node-version: [14.x, 16.x, 18.x, 20.x]
63+
node-version: [16.x, 18.x, 20.x, 22.x]
6464
steps:
6565
- name: Checkout code
6666
uses: actions/checkout@v3

0 commit comments

Comments
 (0)