chore(ci): add Node v18 to matrix; remove Node v17

This commit is contained in:
Christopher Hiller
2022-05-03 12:15:13 -07:00
parent 8caf18f542
commit 5e24fbac5c
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 17.x]
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3