chore: revert packageManager pin to pnpm 11.1.3

The e2e integrity crash is avoided by npm init; the 11.10.0 bump is
no longer needed.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Sahilb315
2026-07-13 17:41:24 +05:30
co-authored by Cursor
parent 37eed636c8
commit 0d0399f665
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -291,8 +291,7 @@ jobs:
PNPM_TESTDIR=$(mktemp -d) && cd "$PNPM_TESTDIR"
# Avoid `pnpm init`: it writes devEngines.packageManager with
# onFail:download, and the following `pnpm add` then crashes with
# "Cannot use 'in' operator to search for 'integrity' in undefined"
# (seen on pnpm 11.1.3 and 11.10.0 in this workflow).
# "Cannot use 'in' operator to search for 'integrity' in undefined".
npm init -y
pmg --proxy-mode=false pnpm add express@5.2.1
pmg --proxy-mode=false pnpm add lodash@4.17.21