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:
parent
03a687b3ea
commit
b9f294d179
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -20,8 +20,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version:
|
node-version:
|
||||||
- 18.0.0
|
- 18.17.0
|
||||||
- 19
|
- 20.0.0
|
||||||
|
- 20
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -61,7 +61,7 @@
|
|||||||
"testdouble": "3.18.0"
|
"testdouble": "3.18.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": "^18.17 || >=20"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/code-frame": {
|
"node_modules/@babel/code-frame": {
|
||||||
|
@ -75,7 +75,7 @@
|
|||||||
"testdouble": "3.18.0"
|
"testdouble": "3.18.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": "^18.17 || >=20"
|
||||||
},
|
},
|
||||||
"exports": "./index.js",
|
"exports": "./index.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user