ci: use node lts

This commit is contained in:
YunYouJun
2024-01-28 06:57:17 +08:00
parent d42e3cf65d
commit ab7f4e20f1
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"type": "module",
"version": "1.2.2",
"private": true,
"packageManager": "pnpm@8.14.3",
"packageManager": "pnpm@8.15.0",
"engines": {
"node": ">=16"
},