Skip to content

Commit

Permalink
Check corepack version
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-gr4vy committed May 7, 2024
1 parent dffb257 commit 438ea94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:
- name: Enable Corepack before setting up Node
shell: bash
run: corepack enable
run: corepack --version && corepack enable

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 438ea94

Please sign in to comment.