Skip to content

Commit

Permalink
chore: Update GitHub Actions workflow to enable Corepack before Yarn …
Browse files Browse the repository at this point in the history
…install
  • Loading branch information
vladimirvshivkov committed Dec 11, 2024
1 parent fac6af5 commit 6a8673f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: yarn install --immutable
- run: corepack enable && yarn install --immutable
- run: ./update.sh

0 comments on commit 6a8673f

Please sign in to comment.