feat: bump nvmrc and engine constraint to node 20
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
aadc3a98df
commit
7a931cba8c
2 changed files with 3 additions and 3 deletions
|
|
@ -4,8 +4,8 @@
|
|||
"description": "GitHub Actions for Hugo",
|
||||
"main": "lib/index.js",
|
||||
"engines": {
|
||||
"node": ">=16.18.0",
|
||||
"npm": ">=8.19.0"
|
||||
"node": ">=20.10.0",
|
||||
"npm": ">=10.2.3"
|
||||
},
|
||||
"scripts": {
|
||||
"all": "npm run format:check && npm run lint && npm test",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue