We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8cbb64 commit 400b0bbCopy full SHA for 400b0bb
.github/workflows/tests.yaml
@@ -7,7 +7,6 @@ jobs:
7
strategy:
8
matrix:
9
node-version:
10
- - 20.x
11
- 22.x
12
- latest
13
steps:
package.json
@@ -21,7 +21,7 @@
21
},
22
"homepage": "https://www.faucet-pipeline.org",
23
"engines": {
24
- "node": ">= 20"
+ "node": ">= 22"
25
26
"dependencies": {
27
"faucet-pipeline-core": "^2.0.0 || ^3.0.0"
0 commit comments