feat(node-versions): raised the minimum required node version to v18.17 and dropped v19 support

npm v20 requires v18.17

BREAKING CHANGE: node v18.17 is now the minimum supported node version and support for v19 has been dropped
This commit is contained in:
Matt Travi
2023-09-15 15:39:49 -05:00
parent 03a687b3ea
commit b9f294d179
4 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -20,8 +20,9 @@ jobs:
strategy:
matrix:
node-version:
- 18.0.0
- 19
- 18.17.0
- 20.0.0
- 20
runs-on: ubuntu-latest
timeout-minutes: 10