Skip to content

Commit

Permalink
fix(ci): fix corepack setup fail
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbsgilbs committed Dec 30, 2023
1 parent 8b303a6 commit ed1232d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ env.MAIN_NODE_VERSION }}
cache: 'yarn'
- run: corepack enable
- run: yarn install
- run: yarn run lint
Expand All @@ -34,7 +33,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
- run: corepack enable
- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit ed1232d

Please sign in to comment.