Skip to content

Commit eaabbec

Browse files
AchoArnoldCopilot
andcommitted
ci(web): pin pnpm to 11.3.0 in setup
The floating "version: 11" in pnpm/action-setup resolved to 11.12.0, whose self-installer crashes with "Cannot use 'in' operator to search for 'integrity' in undefined" and fails the Validate job. Pin to 11.3.0 to match the local dev version that generated the lockfile. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 236dddd8-bdf2-4e0a-ac56-0ce8ab98d88e
1 parent 31d1c72 commit eaabbec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: pnpm/action-setup@v6
3535
name: Install pnpm
3636
with:
37-
version: 11
37+
version: 11.3.0
3838

3939
- name: Install dependencies 📦
4040
run: pnpm install
@@ -66,7 +66,7 @@ jobs:
6666
- uses: pnpm/action-setup@v6
6767
name: Install pnpm
6868
with:
69-
version: 11
69+
version: 11.3.0
7070

7171
- name: Install dependencies 📦
7272
run: pnpm install

0 commit comments

Comments
 (0)