Skip to content

Commit

Permalink
Enable corepack in build
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Jun 5, 2024
1 parent 83ddcdb commit 4a57fa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ env.node-version }}
- run: corepack enable
- run: yarn install --immutable
- run: yarn workspace greenbox-script test

0 comments on commit 4a57fa9

Please sign in to comment.