Skip to content

Commit

Permalink
Fix missing tag on pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
danswann committed Nov 28, 2023
1 parent 9b581f4 commit 77b8151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup
uses: pnpm/action-setup@v2
with:
version: ${{ env.PNPM_INSTALL_VERSION }}
- name: Install Node
Expand Down

0 comments on commit 77b8151

Please sign in to comment.