fix: pin node packageManager

As packageManager is not pinned, `pnpm install --frozen-lockfile` will
install the latest version and adds it to the `package.json` file.

That makes PR checks fail because it checks if there are any changes
(`diff`) in the working directory as a step.
This commit is contained in:
Victoria Nadasdi 2024-05-22 15:04:56 +02:00
parent 970f8a24f0
commit 6b73e7411e
No known key found for this signature in database
GPG key ID: 58E2D23885002DC5

View file

@ -49,5 +49,6 @@
"remark-lint-no-undefined-references": "^4.2.1",
"remark-preset-lint-consistent": "^5.1.2",
"remark-preset-lint-recommended": "^6.1.3"
}
},
"packageManager": "pnpm@9.1.2+sha512.127dc83b9ea10c32be65d22a8efb4a65fb952e8fefbdfded39bdc3c97efc32d31b48b00420df2c1187ace28c921c902f0cb5a134a4d032b8b5295cbfa2c681e2"
}