Skip to content

Commit

Permalink
HPC-9238: Specify minimal version of Node.js v20
Browse files Browse the repository at this point in the history
We still keep v18 as a valid option, since Dependabot
runner image still uses it
https://github.com/dependabot/dependabot-core/blob/main/npm_and_yarn/Dockerfile
  • Loading branch information
Pl217 committed Nov 1, 2023
1 parent 4ec65c3 commit 9b3d9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"ts-node-dev": "^2.0.0"
},
"engines": {
"node": ">=18.18.2",
"node": ">=18.18.2 || >=20.9.0",
"yarn": ">=1.22.10"
},
"lint-staged": {
Expand Down

0 comments on commit 9b3d9cf

Please sign in to comment.