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
2
.nvmrc
2
.nvmrc
|
|
@ -1 +1 @@
|
||||||
12.22.4
|
20.10.0
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
"description": "GitHub Actions for Hugo",
|
"description": "GitHub Actions for Hugo",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.18.0",
|
"node": ">=20.10.0",
|
||||||
"npm": ">=8.19.0"
|
"npm": ">=10.2.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"all": "npm run format:check && npm run lint && npm test",
|
"all": "npm run format:check && npm run lint && npm test",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue