Skip to content

Commit 828162e

Browse files
committed
remove node cache from deploy.yaml
1 parent e4bd11f commit 828162e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
uses: actions/setup-node@v4
2424
with:
2525
node-version: "20"
26-
cache: "npm"
27-
cache-dependency-path: "**/package-lock.json"
2826

2927
- name: Install Node dependencies
3028
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"

0 commit comments

Comments
 (0)