Skip to content

Commit aea314f

Browse files
authoredMar 14, 2024··
feat(node-versions): dropped support for node v18 and v19 (#797)
BREAKING CHANGE: node v18 and v19 are no longer supported
1 parent 301b0b1 commit aea314f

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
@@ -19,9 +19,9 @@ jobs:
1919
strategy:
2020
matrix:
2121
node-version:
22-
- 18.0.0
23-
- 19
22+
- 20.8.1
2423
- 20
24+
- 21
2525
os:
2626
- ubuntu-latest
2727
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
@@ -55,7 +55,7 @@
5555
"tempy": "3.1.0"
5656
},
5757
"engines": {
58-
"node": ">=18"
58+
"node": ">=20.8.1"
5959
},
6060
"files": [
6161
"lib",

0 commit comments

Comments
 (0)
Please sign in to comment.