Skip to content

Commit 9199ec6

Browse files
committed
chore: Update pnpm in workflow
1 parent 94bfc71 commit 9199ec6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
node-version: 18
2424

2525
- name: Setup pnpm
26-
uses: pnpm/[email protected].2
26+
uses: pnpm/[email protected].4
2727
with:
28-
version: 7
28+
version: 8
2929
run_install: false
3030

3131
- name: Get pnpm store directory

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: 18
2929

3030
- name: Setup pnpm
31-
uses: pnpm/[email protected].2
31+
uses: pnpm/[email protected].4
3232
with:
3333
version: 8
3434
run_install: false

0 commit comments

Comments
 (0)