Skip to content

Commit

Permalink
fix(node): update node.js to >=20.14.0 (#359)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 31, 2024
1 parent f253112 commit 913c2cf
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.13.1"
"node": ">=20.14.0"
},
"dependencies": {
"@semantic-release/error": "^4.0.0",
Expand Down

0 comments on commit 913c2cf

Please sign in to comment.