feat: bump nvmrc and engine constraint to node 20

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2023-12-21 13:33:49 -05:00
parent aadc3a98df
commit 7a931cba8c
No known key found for this signature in database
GPG Key ID: 6577287BDCA70840
2 changed files with 3 additions and 3 deletions

2
.nvmrc
View File

@ -1 +1 @@
12.22.4 20.10.0

View File

@ -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",