Skip to content

Commit e65959a

Browse files
committedMar 22, 2024··
feat(node-versions): dropped support for node v18 and v19
BREAKING CHANGE: node v18 and v19 are no longer supported
1 parent f271c54 commit e65959a

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed
 

‎.github/workflows/test.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
strategy:
2222
matrix:
2323
node-version:
24-
- 18.17.0
25-
- 20.6.1
26-
- 20
24+
- 20.8.1
25+
- 21
2726
os:
2827
- ubuntu-latest
2928
runs-on: "${{ matrix.os }}"

‎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
@@ -45,7 +45,7 @@
4545
"testdouble": "3.20.2"
4646
},
4747
"engines": {
48-
"node": "^18.17 || >=20.6.1"
48+
"node": ">=20.8.1"
4949
},
5050
"files": [
5151
"lib",

0 commit comments

Comments
 (0)
Please sign in to comment.