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 4de9a7a commit f366807Copy full SHA for f366807
.github/workflows/tests.yaml
@@ -7,7 +7,6 @@ jobs:
7
strategy:
8
matrix:
9
node-version:
10
- - 18.x
11
- 22.x
12
- latest
13
steps:
package.json
@@ -20,7 +20,7 @@
20
},
21
"homepage": "https://www.faucet-pipeline.org",
22
"engines": {
23
- "node": ">= 18"
+ "node": ">= 22"
24
25
"dependencies": {
26
"faucet-pipeline-core": "^3.0.0",
0 commit comments