Skip to content

Commit

Permalink
fix: enable corepack after setting up node
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfettes committed Apr 4, 2024
1 parent 089ac43 commit 895c331
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
with:
node-version: latest
registry-url: https://registry.npmjs.org
cache: 'yarn'
- name: Setup corepack and yarn
run: |
corepack enable
- name: Install dependencies
run: |
sudo apt-get -y update
Expand Down

0 comments on commit 895c331

Please sign in to comment.