Add Node.js 18 to test matrix
This commit is contained in:
committed by
Christian Georgi
parent
3140806c12
commit
59a200a6fe
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [16.x, 14.x]
|
||||
node-version: [18.x, 16.x, 14.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user