mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-07 04:22:41 +08:00
update the pnpm version in ci
This commit is contained in:
6
.github/workflows/release-ui.yml
vendored
6
.github/workflows/release-ui.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
|
||||
- name: Install pnpm
|
||||
run: |
|
||||
npm i pnpm@^8.6.9 -g
|
||||
npm i pnpm@8.15.9 -g
|
||||
|
||||
- name: Patch pnpm
|
||||
uses: actions/github-script@v3
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
npm i pnpm@^8.6.9 -g
|
||||
npm i pnpm@8.15.9 -g
|
||||
cd packages/ui
|
||||
pnpm i --force
|
||||
|
||||
@@ -106,7 +106,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
npm i pnpm@^8.6.9 -g
|
||||
npm i pnpm@8.15.9 -g
|
||||
cd packages/ui
|
||||
pnpm i --force
|
||||
|
||||
|
||||
Reference in New Issue
Block a user