test: fix relative path

This commit is contained in:
YunYouJun
2024-01-27 03:45:50 +08:00
parent e741f5d5a0
commit f59c34499a
5 changed files with 13 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"packageManager": "pnpm@8.14.3",
"engines": {
"node": ">=14"
"node": ">=16"
},
"scripts": {
"build": "npm run convert && nuxt build",