Skip to content

Commit bf8e4c6

Browse files
committed
require Node >= 22
1 parent 8f61568 commit bf8e4c6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/awaitqueue.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
@@ -21,7 +21,7 @@
2121
"lib"
2222
],
2323
"engines": {
24-
"node": ">=20"
24+
"node": ">=22"
2525
},
2626
"scripts": {
2727
"prepare": "node npm-scripts.mjs prepare",

0 commit comments

Comments
 (0)