Skip to content

Commit 50c87b7

Browse files
committed
Temporary: only run on 22 and up
1 parent b8cbb64 commit 50c87b7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
strategy:
88
matrix:
99
node-version:
10-
- 20.x
10+
# - 20.x - temporary deactived
11+
# (https://github.com/nodejs/node/pull/57349)
1112
- 22.x
1213
- latest
1314
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"homepage": "https://www.faucet-pipeline.org",
2323
"engines": {
24-
"node": ">= 20"
24+
"node": ">= 22"
2525
},
2626
"dependencies": {
2727
"faucet-pipeline-core": "^2.0.0 || ^3.0.0"

0 commit comments

Comments
 (0)