We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408bc64 commit 7c8fc00Copy full SHA for 7c8fc00
1 file changed
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
15
with:
16
node-version: '24.x'
17
- cache: 'yarn'
+ # cache: 'yarn'
18
- name: Install dependencies
19
run: 'yarn install --immutable'
20
- name: Run tests
0 commit comments