chore: Update npm registry and add new dependencies
Some checks failed
CI / cache-and-install (push) Successful in 1m30s
GitHub Actions Vercel Production Deployment / Deploy-Production (push) Failing after 53s

This commit is contained in:
严浩
2024-09-18 12:09:51 +08:00
parent 5777f5bb2b
commit 119c642816
2 changed files with 3 additions and 1 deletions

1
.npmrc
View File

@ -1,5 +1,4 @@
registry=https://registry.npmmirror.com
registry=https://npm-cf-proxy.oo1.dev
registry=https://registry.npmjs.org/
use-node-version=20.17.0
shamefully-hoist=true

View File

@ -93,5 +93,8 @@
"vite-plugin-vue-devtools": "^7.4.5",
"vitest": "^2.1.1",
"vue-tsc": "^2.1.6"
},
"engines": {
"node": ">=20.0.0"
}
}