Skip to content

Commit

Permalink
fix(node): update node.js to >=20.11.0 (#186)
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 Jan 12, 2024
1 parent a5ac00b commit d572557
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 --ext .ts --fix src tests && prettier --write src/**/*.ts tests/**/*.ts"
},
"engines": {
"node": ">=20.10.0"
"node": ">=20.11.0"
},
"dependencies": {
"@semantic-release/error": "^4.0.0",
Expand Down

0 comments on commit d572557

Please sign in to comment.