Skip to content

Commit a267179

Browse files
committed
cache
1 parent f25f4f3 commit a267179

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/nightly-canary.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,17 @@ jobs:
2424
with:
2525
toolchain: nightly
2626

27-
- name: Install Node.js dependencies
27+
- name: Setup Node.js and install dependencies
28+
uses: actions/setup-node@v4
29+
with:
30+
node-version: 22.15.0
31+
cache: 'yarn'
32+
cache-dependency-path: 'fuzz_test/yarn.lock'
33+
34+
- name: Install dependencies
2835
run: |
2936
cd fuzz_test
30-
yarn install
37+
yarn --immutable
3138
3239
- name: Run all tests (including oracle tests)
3340
run: |

0 commit comments

Comments
 (0)