mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
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:
@@ -291,8 +291,7 @@ jobs:
|
|||||||
PNPM_TESTDIR=$(mktemp -d) && cd "$PNPM_TESTDIR"
|
PNPM_TESTDIR=$(mktemp -d) && cd "$PNPM_TESTDIR"
|
||||||
# Avoid `pnpm init`: it writes devEngines.packageManager with
|
# Avoid `pnpm init`: it writes devEngines.packageManager with
|
||||||
# onFail:download, and the following `pnpm add` then crashes with
|
# onFail:download, and the following `pnpm add` then crashes with
|
||||||
# "Cannot use 'in' operator to search for 'integrity' in undefined"
|
# "Cannot use 'in' operator to search for 'integrity' in undefined".
|
||||||
# (seen on pnpm 11.1.3 and 11.10.0 in this workflow).
|
|
||||||
npm init -y
|
npm init -y
|
||||||
pmg --proxy-mode=false pnpm add express@5.2.1
|
pmg --proxy-mode=false pnpm add express@5.2.1
|
||||||
pmg --proxy-mode=false pnpm add lodash@4.17.21
|
pmg --proxy-mode=false pnpm add lodash@4.17.21
|
||||||
|
|||||||
+1
-1
@@ -5,5 +5,5 @@
|
|||||||
"@types/node": "20.19.41",
|
"@types/node": "20.19.41",
|
||||||
"nx": "23.0.0-beta.11"
|
"nx": "23.0.0-beta.11"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@11.10.0+sha512.0b7f8b98060031904c017e3a41eb187a16d40eeb829b95c4f8cb03681761fc4ab53dd219115b9b447f4dce1a05a214764461e7d3703392a9f32f9511ce8c86c8"
|
"packageManager": "pnpm@11.1.3+sha512.c85357fe17ca12dd23dd7071822666dfd7e3cb76fe214e3370b5ea2fb34f2a231185509b63e717f3cd0acb38dd3f8d82bcd5e8172400ae678b70ea4fbed0896d"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user