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 50c87b7Copy full SHA for 50c87b7
.github/workflows/tests.yaml
@@ -7,7 +7,8 @@ jobs:
7
strategy:
8
matrix:
9
node-version:
10
- - 20.x
+ # - 20.x - temporary deactived
11
+ # (https://github.com/nodejs/node/pull/57349)
12
- 22.x
13
- latest
14
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