chore: bump node16 to node20 (#1067)

This commit is contained in:
Sukka
2024-02-14 16:44:52 +09:00
committed by GitHub
parent cdc09a3baa
commit 4eb285e828
5 changed files with 7 additions and 8 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
"description": "GitHub Actions for GitHub Pages",
"main": "lib/index.js",
"engines": {
"node": ">=v16.19.0",
"npm": ">=8.0.0"
"node": ">=v20.11.0",
"npm": ">=10.2.4"
},
"scripts": {
"postinstall": "npx husky install",