Skip to content

Commit 4a7bc2a

Browse files
Fixed Deploying issues
1 parent 016c5f1 commit 4a7bc2a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
fetch-depth: 0
1616
- uses: actions/setup-node@v4
1717
with:
18+
cache-dependency-path: subdir/package-lock.json
1819
node-version: 20
19-
cache: npm
20+
cache: "npm"
2021

2122
- name: Install dependencies
2223
run: npm ci

0 commit comments

Comments
 (0)