Skip to content

Commit

Permalink
feat(node): update node.js to >=18.18.2 (#98)
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 18, 2023
1 parent 3fccd65 commit f05c46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"format": "eslint --ext .ts --fix src tests && prettier --write src/**/*.ts tests/**/*.ts"
},
"engines": {
"node": ">=18"
"node": ">=18.18.2"
},
"dependencies": {
"@semantic-release/error": "^4.0.0",
Expand Down

0 comments on commit f05c46e

Please sign in to comment.