Skip to content

Commit d572557

Browse files
authoredJan 12, 2024
fix(node): update node.js to >=20.11.0 (#186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a5ac00b commit d572557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"format": "eslint --ext .ts --fix src tests && prettier --write src/**/*.ts tests/**/*.ts"
3030
},
3131
"engines": {
32-
"node": ">=20.10.0"
32+
"node": ">=20.11.0"
3333
},
3434
"dependencies": {
3535
"@semantic-release/error": "^4.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.