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 f077e54 commit 74e62afCopy full SHA for 74e62af
.github/workflows/tests.yml renamed to .github/workflows/tests.yaml
@@ -7,12 +7,12 @@ jobs:
7
strategy:
8
matrix:
9
node-version:
10
- - 14.x
11
- 18.x
12
- - 19.x
+ - 22.x
+ - latest
13
steps:
14
- - uses: actions/checkout@v3
15
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
16
with:
17
node-version: ${{ matrix.node-version }}
18
- run: npm install-test
package.json
@@ -19,7 +19,7 @@
19
},
20
"homepage": "https://www.faucet-pipeline.org",
21
"engines": {
22
- "node": ">= 14"
+ "node": ">= 18"
23
24
"dependencies": {
25
"faucet-pipeline-core": "^2.0.0",
0 commit comments