Update dependency pnpm to v11.20.0 [SECURITY] (#34250)

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
renovate[bot]
2026-08-04 13:42:24 +01:00
committed by GitHub
co-authored by Michael Telatynski
parent d40d3d81b5
commit c091ebec6e
4 changed files with 1355 additions and 691 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ jobs:
shell: bash
env:
# We need sudo on Linux as it is installed in /opt/
RUN_AS: ${{ runner.os == 'Linux' && 'sudo' || '' }}
RUN_AS: ${{ runner.os == 'Linux' && 'sudo -E' || '' }}
PNPM_PATH: ${{ steps.pnpm.outputs.bin_dest }}
EXECUTABLE: ${{ steps.executable.outputs.path }}