We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed5a88 commit b88325bCopy full SHA for b88325b
1 file changed
.github/actions/setup/action.yml
@@ -22,7 +22,4 @@ runs:
22
with:
23
node-version: '${{ inputs.node-version }}'
24
registry-url: 'https://registry.npmjs.org'
25
- cache: pnpm
26
27
- - run: pnpm install ${{ fromJSON('{"false":"--no-lockfile", "true":"--frozen-lockfile"}')[inputs.use_lockfile] }}
28
- shell: bash
0 commit comments