DEV: prevent pnpm to ask for update (#34808)

We set the version of `pnpm` in `.tool-versions` so it's not desirable
to prompt people for an update, even if updated it won't be used.

https://docs.npmjs.com/cli/v8/using-npm/config#update-notifier

https://github.com/pnpm/pnpm/pull/4285
This commit is contained in:
Joffrey JAFFEUX
2025-09-15 20:11:12 +02:00
committed by GitHub
parent c5d9a1b7a1
commit afcb36a052
+1
View File
@@ -1,3 +1,4 @@
engine-strict = true
auto-install-peers = false
ignore-workspace-cycles = true
update-notifier = false