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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user