Skip to content

Commit 4625297

Browse files
committed
chore(ci): update pnpm version to ^10.20.0
1 parent e28e3e1 commit 4625297

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-socketbin.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Setup pnpm
8686
uses: pnpm/action-setup@9fd676a19091d4595eefd76e4bd31c97133911f1 # v4.2.0
8787
with:
88-
version: ^10.16.0
88+
version: ^10.20.0
8989

9090
- name: Install dependencies
9191
run: pnpm install --frozen-lockfile
@@ -221,7 +221,7 @@ jobs:
221221
- name: Setup pnpm
222222
uses: pnpm/action-setup@9fd676a19091d4595eefd76e4bd31c97133911f1 # v4.2.0
223223
with:
224-
version: ^10.16.0
224+
version: ^10.20.0
225225

226226
- name: Install dependencies
227227
run: pnpm install --frozen-lockfile
@@ -397,7 +397,7 @@ jobs:
397397
- name: Setup pnpm
398398
uses: pnpm/action-setup@9fd676a19091d4595eefd76e4bd31c97133911f1 # v4.2.0
399399
with:
400-
version: ^10.16.0
400+
version: ^10.20.0
401401

402402
- name: Install dependencies
403403
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)