Skip to content

Commit 79da15e

Browse files
Remove npm cache configuration from Node setup in deploy workflow
1 parent ef648aa commit 79da15e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ jobs:
9292
uses: actions/setup-node@v4
9393
with:
9494
node-version: 20
95-
cache: 'npm'
9695
- name: Install web-ext
9796
if: matrix.browser == 'firefox'
9897
run: npm install -g web-ext

0 commit comments

Comments
 (0)