Skip to content

Commit

Permalink
Remove caching until it has been updated for latest yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Feb 14, 2025
1 parent 614afe9 commit 53cfa4d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '22.x'
cache: 'yarn'
- name: Enable corepack
run: corepack enable
- name: Yarn install
run: yarn install --frozen-lockfile
- name: Build
Expand All @@ -44,9 +41,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '22.x'
cache: 'yarn'
- name: Enable corepack
run: corepack enable
- name: Yarn install
run: yarn install --frozen-lockfile
- name: Prepare env
Expand Down

0 comments on commit 53cfa4d

Please sign in to comment.