Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
properly setting yarn version with corepackl
Browse files Browse the repository at this point in the history
  • Loading branch information
ildella committed Sep 20, 2023
1 parent 0f98d65 commit d1ecadb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: |
corepack enable
yarn set version canary
yarn --version
# - run: yarn install --frozen-lockfile
- run: corepack enable
- run: corepack prepare yarn@canary --activate
- run: yarn --version
- run: yarn install --immutable
- run: yarn audit
- run: yarn check
Expand Down

0 comments on commit d1ecadb

Please sign in to comment.