We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4bd11f commit 828162eCopy full SHA for 828162e
1 file changed
.github/workflows/deploy.yaml
@@ -23,8 +23,6 @@ jobs:
23
uses: actions/setup-node@v4
24
with:
25
node-version: "20"
26
- cache: "npm"
27
- cache-dependency-path: "**/package-lock.json"
28
29
- name: Install Node dependencies
30
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
0 commit comments