We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd3c64 commit 78a1bbfCopy full SHA for 78a1bbf
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: actions/setup-node@v4
38
with:
39
node-version: lts/*
40
- cache: 'yarn' # Set this to npm, yarn or pnpm.
+ cache: 'npm' # Set this to npm, yarn or pnpm.
41
42
- name: install Rust stable
43
uses: dtolnay/rust-toolchain@stable # Set this to dtolnay/rust-toolchain@nightly
0 commit comments