Skip to content

Commit

Permalink
Revert "fix: Lock pnpm version on the GH actions"
Browse files Browse the repository at this point in the history
This reverts commit c852f82.
  • Loading branch information
mkleszcz committed Jul 8, 2024
1 parent 4667d30 commit b3fecdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
steps:
- uses: pnpm/action-setup@v2
with:
version: 9.1.1
version: 9

- name: Use Node.js ${{ inputs.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit b3fecdb

Please sign in to comment.