Skip to content

Commit

Permalink
update node limitation from >=16 to >=20
Browse files Browse the repository at this point in the history
because this action is run with `node20` runner
  • Loading branch information
rhysd committed Jan 17, 2024
1 parent 15d6af3 commit 59212f7
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 @@ -4,7 +4,7 @@
"private": true,
"description": "",
"engines": {
"node": ">=16.0.0"
"node": ">=20.0.0"
},
"type": "commonjs",
"main": "src/index.js",
Expand Down

0 comments on commit 59212f7

Please sign in to comment.