Skip to content

Commit d028d28

Browse files
build(ci): disable yarn caching until actions/setup-node#1027 is resolved
1 parent c3d668e commit d028d28

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18+
- name: Run corepack enable
19+
run: corepack enable
20+
1821
- name: Setup Node
1922
uses: actions/setup-node@v4
2023
with:
2124
node-version: 20
22-
cache: yarn
25+
# cache: yarn
2326

2427
- name: Install project
2528
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)