Skip to content

Commit d2d4b8e

Browse files
committed
Node
1 parent a2f5d7d commit d2d4b8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
node-version: 24
5050
cache: 'npm'
51-
cache-dependency-path: .site/package-lock.json
51+
cache-dependency-path: '**/package-lock.json'
5252

5353
- name: Install dependencies
5454
run: npm install

0 commit comments

Comments
 (0)