Skip to content

Commit cd8627b

Browse files
committed
chore: attempt to fix CI caching
1 parent 5ebef56 commit cd8627b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: actions/setup-node@v4
8080
with:
8181
node-version: 22
82-
cache: yarn
82+
cache: 'yarn'
8383
- name: Install
8484
uses: dtolnay/rust-toolchain@stable
8585
with:
@@ -121,7 +121,7 @@ jobs:
121121
uses: actions/setup-node@v4
122122
with:
123123
node-version: ${{ matrix.node }}
124-
cache: yarn
124+
cache: 'yarn'
125125
- name: Install dependencies
126126
run: yarn install
127127
- name: Download artifacts
@@ -147,7 +147,7 @@ jobs:
147147
uses: actions/setup-node@v4
148148
with:
149149
node-version: 22
150-
cache: yarn
150+
cache: 'yarn'
151151
- name: Install dependencies
152152
run: yarn install
153153
- name: Download all artifacts

0 commit comments

Comments
 (0)