Skip to content

Commit

Permalink
feat(node): update dependency node to v20.10.0 (#107)
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 Nov 27, 2023
1 parent 6a0046b commit c9686ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.9.0
20.10.0
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.9.0"
"node": ">=20.10.0"
},
"dependencies": {
"@semantic-release/error": "^4.0.0",
Expand Down

0 comments on commit c9686ea

Please sign in to comment.