We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea414e commit a2451beCopy full SHA for a2451be
.github/workflows/deploy.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: use Node.js 16
74
uses: actions/setup-node@v3
75
with:
76
- node-version: '16.x'
+ node-version: '20.x'
77
78
- name: Get yarn cache directory path
79
id: yarn-cache-dir-path
package.json
@@ -146,9 +146,9 @@
146
"vite-plugin-mock": "^2.9.6",
147
"vue-tsc": "^1.8.4"
148
},
149
- "packageManager": "pnpm@8.1.0",
+ "packageManager": "pnpm@8.6.0",
150
"engines": {
151
"node": ">=16.15.1",
152
- "pnpm": ">=8.1.0"
+ "pnpm": ">=8.6.0"
153
}
154
0 commit comments