Skip to content

Commit

Permalink
chore: fix other-node-versions by removing @8 specifier from corepack…
Browse files Browse the repository at this point in the history
… prepare pnpm (#3912)
  • Loading branch information
fahslaj authored Nov 29, 2023
1 parent a8cf247 commit d733920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-node-and-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
shell: bash

- name: Prepare pnpm
run: corepack prepare pnpm@8
run: corepack prepare pnpm@latest
shell: bash

- name: Use Yarn classic
Expand Down

0 comments on commit d733920

Please sign in to comment.