Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v3 (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
renovate[bot] and LekoArts committed Mar 9, 2024
1 parent f7b6ceb commit 4136f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/pnpm-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ runs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: ⚙️ Enable Corepack
if: ${{ inputs.enable-corepack == 'true' }}
shell: bash
run: |
corepack enable
echo "Corepack enabled"
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v3.0.0
if: ${{ inputs.enable-corepack == 'false' }}
with:
run_install: false
Expand Down

0 comments on commit 4136f8d

Please sign in to comment.