Skip to content

Commit 284713d

Browse files
committed
disable npm cache
1 parent 78c5350 commit 284713d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: actions/setup-node@v6
2828
with:
2929
node-version: '21'
30+
package-manager-cache: false
3031

3132
- name: Install dependencies
3233
run: npm install

0 commit comments

Comments
 (0)