Skip to content

Commit

Permalink
Merge pull request #265 from gilbsgilbs/fix-ci
Browse files Browse the repository at this point in the history
fix(ci): fix corepack setup fail
  • Loading branch information
gilbsgilbs authored Dec 30, 2023
2 parents 8b303a6 + ed1232d commit 47e9dfa
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 47e9dfa

Please sign in to comment.