Skip to content

Commit 5bbb31f

Browse files
committed
update pnpm in gh actions
1 parent d9a64a4 commit 5bbb31f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/pnpm-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
# Install pnpm. https://github.com/pnpm/action-setup
1414
- uses: pnpm/action-setup@v4
1515
with:
16-
version: 8
16+
version: 9
1717
# run_install: false
1818

1919
# Get pnpm store path so we can cache it

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Setup pnpm
8989
uses: pnpm/action-setup@v4
9090
with:
91-
version: 8
91+
version: 9
9292

9393
- name: Set up NodeJS v18
9494
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)