Skip to content

Commit f366807

Browse files
committed
Temporary set Node minimum version to 22
1 parent 4de9a7a commit f366807

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-
- 18.x
1110
- 22.x
1211
- latest
1312
steps:

package.json

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

0 commit comments

Comments
 (0)