Skip to content

Commit 85499dd

Browse files
committed
try to fix ci
1 parent 9c0592f commit 85499dd

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ jobs:
5959
uses: actions/setup-node@v4
6060
with:
6161
node-version: lts/*
62-
cache: pnpm
63-
cache-dependency-path: pnpm-lock.yaml
6462

6563
- name: Setup pnpm 10.11.0
6664
uses: pnpm/action-setup@v4
@@ -84,18 +82,20 @@ jobs:
8482
- name: Checkout
8583
uses: actions/checkout@v4
8684

85+
- name: Setup pnpm 10.11.0
86+
uses: pnpm/action-setup@v4
87+
with:
88+
version: 10.11.0
89+
run_install: false
90+
8791
- name: Setup Node.js (LTS)
8892
uses: actions/setup-node@v4
8993
with:
9094
node-version: lts/*
9195
cache: pnpm
9296
cache-dependency-path: pnpm-lock.yaml
9397

94-
- name: Setup pnpm 10.11.0
95-
uses: pnpm/action-setup@v4
96-
with:
97-
version: 10.11.0
98-
run_install: false
98+
9999

100100
- name: Install dependencies
101101
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)