Skip to content

Commit a681fbd

Browse files
committed
feat(node-versions): raised the minimum node version to v18.17 and dropped v19 support
BREAKING CHANGE: the minimum required node version is now v18.17, v19 support has been dropped, and the minimum required in the v20 range is v20.6.1
1 parent 9d921e8 commit a681fbd

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
node-version:
16-
- 18.0.0
17-
- 19
16+
- 18.17.0
17+
- 20.6.1
1818
- 20
1919
os:
2020
- ubuntu-latest

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v18

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"sinon": "16.0.0"
4040
},
4141
"engines": {
42-
"node": ">=18"
42+
"node": "^18.17 || >=20.6.1"
4343
},
4444
"files": [
4545
"lib",

0 commit comments

Comments
 (0)