Skip to content

Commit

Permalink
build(ci): disable yarn caching until actions/setup-node#1027 is reso…
Browse files Browse the repository at this point in the history
…lved
  • Loading branch information
mihirsamdarshi committed May 3, 2024
1 parent c3d668e commit d028d28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Run corepack enable
run: corepack enable

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
# cache: yarn

- name: Install project
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit d028d28

Please sign in to comment.