Skip to content

Commit

Permalink
Leverage corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Nov 13, 2024
1 parent 1b6d353 commit a72e79d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-monolib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
restore-keys: |
${{ runner.os }}-turbo-
- run: yarn config set enableHardenedMode false
- run: corepack yarn config set enableHardenedMode false
- run: corepack yarn
- run: corepack yarn build
- run: corepack yarn check
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
${{ runner.os }}-turbo-
# Allow yarn to make changes during release
- run: yarn config set enableHardenedMode false
- run: corepack yarn config set enableHardenedMode false
- run: corepack yarn
- run: corepack yarn build

Expand Down

0 comments on commit a72e79d

Please sign in to comment.