Update dependency pnpm to v11.20.0 [SECURITY] (#34250)
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
co-authored by
Michael Telatynski
parent
d40d3d81b5
commit
c091ebec6e
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user