Skip to content

Commit

Permalink
Disable GitHub Actions Node cache since corepack isn't supported
Browse files Browse the repository at this point in the history
  • Loading branch information
smmr0 committed Apr 7, 2024
1 parent ad14b86 commit a7b56da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: yarn
- run: corepack enable
- run: yarn install --immutable
- run: yarn run lint

0 comments on commit a7b56da

Please sign in to comment.