Skip to content

Commit 400b0bb

Browse files
committed
Temporary: only run on 22 and up
1 parent b8cbb64 commit 400b0bb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
strategy:
88
matrix:
99
node-version:
10-
- 20.x
1110
- 22.x
1211
- latest
1312
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)