Skip to content

Commit

Permalink
Enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvdm committed Jul 10, 2024
1 parent 23f82b2 commit d547ff1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
# it literally doesn't even have the code in this repo yet.
- uses: actions/checkout@v3

- run: corepack enable

# It doesn't have Node.js either; we have to set it up before we can do Node.js things.
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit d547ff1

Please sign in to comment.