File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 with :
3333 swap-size-gb : 10
3434
35- - uses : pnpm/action-setup@v4.1.0
35+ - uses : pnpm/action-setup@v6.0.8
3636 name : Install pnpm
3737 with :
3838 run_install : false
@@ -46,14 +46,11 @@ runs:
4646 # install step below. Once that step finishes the env var is gone and
4747 # ~/.npmrc holds an unusable template, so later steps in the same job
4848 # cannot exfiltrate the token.
49- #
50- # `npm` is always available on the runner via setup-node and is used
51- # here only because corepack-managed pnpm isn't on PATH at every step.
5249 - name : Configure GitHub npm registry auth
5350 if : inputs.github-registry-token != ''
5451 shell : bash
5552 run : |
56- npm config set '//npm.pkg.github.com/:_authToken=${GITHUB_REGISTRY_TOKEN}'
53+ pnpm config set '//npm.pkg.github.com/:_authToken=${GITHUB_REGISTRY_TOKEN}'
5754
5855 - name : Expose pnpm config(s) through "$GITHUB_OUTPUT"
5956 id : pnpm-config
You can’t perform that action at this time.
0 commit comments