fix(ci): pin pnpm version for lockfile compatibility
Build and Deploy Vue3 / build (push) Successful in 1m27s
Build and Deploy Vue3 / deploy (push) Successful in 1m6s

This commit is contained in:
shiran
2026-09-14 10:36:49 +08:00
parent 6983705263
commit dda0d0e491
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Install pnpm - name: Install pnpm
run: | run: |
npm install -g pnpm npm install -g pnpm@8.15.5
- name: Install dependencies - name: Install dependencies
run: | run: |
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Install pnpm - name: Install pnpm
run: | run: |
npm install -g pnpm npm install -g pnpm@8.15.5
- name: Install dependencies - name: Install dependencies
run: | run: |
+1
View File
@@ -2,6 +2,7 @@
"name": "007ui", "name": "007ui",
"private": true, "private": true,
"version": "0.1.0", "version": "0.1.0",
"packageManager": "pnpm@8.15.5",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",