Skip to content

Commit

Permalink
Merge pull request #547 from qonto/update-release-pnpm-setup
Browse files Browse the repository at this point in the history
Update action to setup pnpm in release script
  • Loading branch information
vscav authored Sep 18, 2023
2 parents a730fc3 + 8b14115 commit d35252f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install pnpm
uses: NullVoxPopuli/action-setup-pnpm@v2
uses: wyvox/action-setup-pnpm@v3
with:
node-version: 16
node-registry-url: "https://registry.npmjs.org"
Expand Down

0 comments on commit d35252f

Please sign in to comment.