Skip to content

Commit 5234574

Browse files
committed
Getting an error about yarn.lock not found. Assuming it's because I'm trying to do some yarn cache here...
1 parent 8fb80de commit 5234574

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
- uses: actions/setup-node@v6
7272
with:
7373
node-version: 24
74-
cache: "yarn"
7574
- uses: crystal-lang/install-crystal@v1
7675
with:
7776
crystal: latest
@@ -115,7 +114,6 @@ jobs:
115114
- uses: actions/setup-node@v6
116115
with:
117116
node-version: 24
118-
cache: "yarn"
119117
- uses: crystal-lang/install-crystal@v1
120118
with:
121119
crystal: latest

0 commit comments

Comments
 (0)