Skip to content

Commit

Permalink
fix(node): update node.js to >=20.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2024
1 parent 21c1c61 commit 4b65346
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 @@ -29,7 +29,7 @@
"format": "ESLINT_USE_FLAT_CONFIG=false eslint --ext .ts --fix src tests && prettier --write src/**/*.ts tests/**/*.ts"
},
"engines": {
"node": ">=20.16.0"
"node": ">=20.17.0"
},
"dependencies": {
"@semantic-release/error": "^4.0.0",
Expand Down

0 comments on commit 4b65346

Please sign in to comment.