Skip to content

Commit b1ebdfb

Browse files
committed
Update cache dependency path in release.yaml
1 parent e11f91a commit b1ebdfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: 18
1818
cache: npm
19-
cache-dependency-path: ./package-lock.json
19+
cache-dependency-path: package-lock.json
2020
registry-url: "https://registry.npmjs.org"
2121
- run: npm install
2222
- run: npm run build

0 commit comments

Comments
 (0)