feat: update to use nodejs20 runtime

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2023-12-21 13:39:34 -05:00
parent 7a931cba8c
commit 0baec7d13a
No known key found for this signature in database
GPG key ID: 6577287BDCA70840
5 changed files with 9 additions and 15 deletions

6
package-lock.json generated
View file

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "actions-hugo",
"version": "2.5.0",
"version": "2.6.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
@ -36,8 +36,8 @@
"typescript": "^4.2.3"
},
"engines": {
"node": ">=16.18.0",
"npm": ">=8.19.0"
"node": ">=20.10.0",
"npm": ">=10.2.3"
}
},
"node_modules/@actions/core": {