Skip to content

Commit 06771f4

Browse files
committed
require Node >= 22
1 parent a73d97a commit 06771f4

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/pick-port.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
strategy:
1818
matrix:
1919
ci:
20-
- os: ubuntu-22.04
21-
node: 20
2220
- os: ubuntu-24.04
2321
node: 22
2422
- os: ubuntu-24.04

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lib"
2525
],
2626
"engines": {
27-
"node": ">=20"
27+
"node": ">=22"
2828
},
2929
"keywords": [
3030
"nodejs",

0 commit comments

Comments
 (0)