chore: disable automatic pnpm updates

This commit is contained in:
Koen Kanters
2025-03-18 20:50:24 +01:00
parent 36ba1350a9
commit e6ce7ecdc1
+3 -1
View File
@@ -23,7 +23,9 @@ jobs:
node-version: 22
cache: pnpm
- run: |
pnpm self-update
# Disable for now as pnpm updates through corepack
# don't work well yet for bare-metal installations.
# pnpm self-update
pnpm up --latest
- uses: peter-evans/create-pull-request@v7
id: cpr