Skip to content

Commit 78a1bbf

Browse files
author
Anaïs Saraiva
committed
Update build.yml
1 parent 7cd3c64 commit 78a1bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/setup-node@v4
3838
with:
3939
node-version: lts/*
40-
cache: 'yarn' # Set this to npm, yarn or pnpm.
40+
cache: 'npm' # Set this to npm, yarn or pnpm.
4141

4242
- name: install Rust stable
4343
uses: dtolnay/rust-toolchain@stable # Set this to dtolnay/rust-toolchain@nightly

0 commit comments

Comments
 (0)