Skip to content

Commit f1d0c20

Browse files
authored
ci(workflows): disable automatic setup-node caching (#389)
1 parent 8b96230 commit f1d0c20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: actions/setup-node@v4
3636
with:
3737
node-version-file: ".nvmrc"
38+
package-manager-cache: false
3839
- run: npm i
3940
- run: npm run build
4041

0 commit comments

Comments
 (0)