File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 77 strategy :
88 matrix :
99 node-version :
10- - 18 .x
10+ - 20 .x
1111 - 22.x
1212 - latest
1313 steps :
Original file line number Diff line number Diff line change 44 "description" : " static files for faucet-pipeline" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "test" : " npm- run-all --parallel lint test:cli" ,
7+ "test" : " npm run lint && npm run test:cli" ,
88 "test:cli" : " ./test/run" ,
99 "lint" : " eslint --cache index.js test && echo ✓"
1010 },
1919 },
2020 "homepage" : " https://www.faucet-pipeline.org" ,
2121 "engines" : {
22- "node" : " >= 18 "
22+ "node" : " >= 20 "
2323 },
2424 "dependencies" : {
2525 "faucet-pipeline-core" : " ^3.0.0"
2626 },
2727 "devDependencies" : {
2828 "eslint-config-fnd" : " ^1.13.0" ,
2929 "json-diff" : " ^1.0.0" ,
30- "npm-run-all" : " ^4.1.5" ,
3130 "release-util-fnd" : " ^3.0.0"
3231 }
3332}
You can’t perform that action at this time.
0 commit comments