Skip to content

Commit

Permalink
Add corepack env for linkPackages (#50973)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jun 8, 2023
1 parent 9a3e763 commit 45db459
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/next-stats-action/src/prepare/repo-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ module.exports = (actionInfo) => {

await execa('yarn', ['pack', '-f', packedPkgPath], {
cwd: pkgPath,
env: {
...process.env,
COREPACK_ENABLE_STRICT: '0',
},
})
})
)
Expand Down

0 comments on commit 45db459

Please sign in to comment.