Skip to content

Commit 394d566

Browse files
authoredJul 4, 2022
Merge pull request #1168 from Borewit/ci-node-v18
Include Node.js version 18 CI matrix test
2 parents 9f97800 + b51ec45 commit 394d566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/nodejs-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
strategy:
4949
matrix:
50-
node-version: [10.x, 12.x, 14.x, 16.x]
50+
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
5151

5252
steps:
5353

0 commit comments

Comments
 (0)
Please sign in to comment.