Skip to content

Commit

Permalink
corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby222 committed Sep 10, 2024
1 parent 0a09bd7 commit 1ca1038
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install package
run: |
run: |
corepack enable
yarn set_version stable
yarn --version
yarn install --frozen-lockfile
- name: Run `test` script
Expand Down

0 comments on commit 1ca1038

Please sign in to comment.