Skip to content

Commit

Permalink
enable corepack for integ tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbalfour committed May 8, 2024
1 parent d33933f commit 8f8e06d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Enable Corepack
run: corepack enable

- name: Set Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 8f8e06d

Please sign in to comment.