mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
Align package.json with the pnpm version we want in CI so action-setup stops erroring on a version mismatch after the e2e integrity flake. Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
307 B
JSON
10 lines
307 B
JSON
{
|
|
"name": "pmg-workspace",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/node": "20.19.41",
|
|
"nx": "23.0.0-beta.11"
|
|
},
|
|
"packageManager": "pnpm@11.10.0+sha512.0b7f8b98060031904c017e3a41eb187a16d40eeb829b95c4f8cb03681761fc4ab53dd219115b9b447f4dce1a05a214764461e7d3703392a9f32f9511ce8c86c8"
|
|
}
|