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 4f2fb43 commit b6185beCopy full SHA for b6185be
.github/actions/prepare/action.yml
@@ -15,7 +15,7 @@ runs:
15
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
16
git config --global user.name ${GITHUB_ACTOR}
17
shell: bash
18
- - uses: pnpm/action-setup@v2
+ - uses: pnpm/action-setup@v4
19
- uses: actions/setup-node@v4
20
with:
21
node-version: ${{ inputs.node-version }}
0 commit comments