Skip to content

Commit

Permalink
corepack: true
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvdm committed Jul 10, 2024
1 parent d547ff1 commit 336f648
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ 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:
node-version: 16
corepack: true

- run: yarn install
shell: bash
Expand Down

0 comments on commit 336f648

Please sign in to comment.