Skip to content

Commit 2df962b

Browse files
committedMar 15, 2024
feat(node-versions): dropped support for node v18 and v19
BREAKING CHANGE: node v18 and v19 are no longer supported
1 parent c7f9b0a commit 2df962b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
strategy:
1414
matrix:
1515
node-version:
16-
- 18.17.0
17-
- 20.0.0
16+
- 20.8.1
1817
- 20
18+
- 21
1919
os:
2020
- ubuntu-latest
2121
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
"stream-buffers": "3.0.2"
4646
},
4747
"engines": {
48-
"node": "^18.17 || >=20"
48+
"node": ">=20.8.1"
4949
},
5050
"files": [
5151
"lib",

0 commit comments

Comments
 (0)