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 b5f35be commit ac3bda6Copy full SHA for ac3bda6
.github/workflows/tests.yaml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
node-version:
10
- - 20.x
+ - 20.19
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": ">= 20"
+ "node": ">= 20.19.0"
24
25
"dependencies": {
26
"faucet-pipeline-core": "^2.0.0 || ^3.0.0"
0 commit comments