We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f61568 commit bf8e4c6Copy full SHA for bf8e4c6
.github/workflows/awaitqueue.yaml
@@ -17,8 +17,6 @@ jobs:
17
strategy:
18
matrix:
19
ci:
20
- - os: ubuntu-22.04
21
- node: 20
22
- os: ubuntu-24.04
23
node: 22
24
package.json
@@ -21,7 +21,7 @@
"lib"
],
"engines": {
- "node": ">=20"
+ "node": ">=22"
25
},
26
"scripts": {
27
"prepare": "node npm-scripts.mjs prepare",
0 commit comments