Skip to content

Commit 8fe008b

Browse files
committed
Fix GitHub Actions workflow - remove npm cache configuration
1 parent cac7104 commit 8fe008b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
uses: actions/setup-node@v4
2626
with:
2727
node-version: '20'
28-
cache: npm
29-
cache-dependency-path: website/package-lock.json
3028

3129
- name: Install dependencies
3230
working-directory: ./website

0 commit comments

Comments
 (0)