We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94c8ae commit 715f3d6Copy full SHA for 715f3d6
1 file changed
.github/workflows/node.js.yml
@@ -23,6 +23,7 @@ jobs:
23
- run: corepack enable
24
- uses: actions/setup-node@v5
25
with:
26
+ package-manager-cache: false
27
node-version: 24
28
- run: yarn install
29
if: steps.cache-node.outputs.cache-hit != 'true'
0 commit comments