Skip to content

Commit f94aef8

Browse files
committed
ci: align e2e-webapp-auth-full pnpm pin with root packageManager
The workflow pinned pnpm 10.23.0; root package.json declares 10.33.2. pnpm/action-setup v4+ now rejects the conflict (root + workflow are both 'specified versions' as far as the action is concerned), failing the job before it can run any tests. Bump to v5.0.0 of the action and match the 10.33.2 pin already used by unit-tests-webapp.yml and release.yml.
1 parent b6be5e4 commit f94aef8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-webapp-auth-full.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ jobs:
7474
fetch-depth: 0
7575

7676
- name: ⎔ Setup pnpm
77-
uses: pnpm/action-setup@v4
77+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
7878
with:
79-
version: 10.23.0
79+
version: 10.33.2
8080

8181
- name: ⎔ Setup node
8282
uses: buildjet/setup-node@v4

0 commit comments

Comments
 (0)