Skip to content

Commit e4e2b70

Browse files
committed
ci: bump PNPM version in CI yamls
1 parent 605eaff commit e4e2b70

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: pnpm/action-setup@v2
1919
with:
20-
version: 8
20+
version: 9.12.1
2121

2222
- uses: actions/setup-node@v3
2323
with:
@@ -81,7 +81,7 @@ jobs:
8181

8282
- uses: pnpm/action-setup@v2
8383
with:
84-
version: 8
84+
version: 9.12.1
8585

8686
- uses: actions/setup-node@v3
8787
with:
@@ -90,7 +90,7 @@ jobs:
9090
registry-url: 'https://registry.npmjs.org'
9191

9292
- name: Install
93-
run: pnpm install --no-optional --no-frozen-lockfile
93+
run: pnpm install --no-optional
9494

9595
- name: Queue in release turnstile
9696
id: turnstyle

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: pnpm/action-setup@v2
2525
with:
26-
version: 7
26+
version: 9.12.1
2727

2828
- uses: actions/setup-node@v2
2929
with:

0 commit comments

Comments
 (0)