fix: ci #11
This commit is contained in:
parent
befb508f7a
commit
8a27f5f277
|
|
@ -72,7 +72,7 @@ jobs:
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
uses: pnpm/action-setup@v2
|
uses: pnpm/action-setup@v2
|
||||||
with:
|
with:
|
||||||
version: 8
|
version: 8.1
|
||||||
run_install: false
|
run_install: false
|
||||||
|
|
||||||
- name: use Node.js 16
|
- name: use Node.js 16
|
||||||
|
|
|
||||||
|
|
@ -146,9 +146,9 @@
|
||||||
"vite-plugin-mock": "^2.9.6",
|
"vite-plugin-mock": "^2.9.6",
|
||||||
"vue-tsc": "^1.8.4"
|
"vue-tsc": "^1.8.4"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@8.2.0",
|
"packageManager": "pnpm@8.1.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.15.1",
|
"node": ">=16.15.1",
|
||||||
"pnpm": ">=8.2.0"
|
"pnpm": ">=8.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue