Skip to content

Commit e5ba15d

Browse files
committed
fix: master
1 parent 727ba36 commit e5ba15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
# npm cache files are stored in `~/.npm` on Linux/macOS
2424
path: ./node_modules
25-
key: ${{ hashFiles('**/package-lock.json') }}-node-modules
25+
key: ${{ hashFiles('**/npm-shrinkwrap.json') }}-node-modules
2626
- name: Install dependencies
2727
run: npm install
2828
- name: Versioning

0 commit comments

Comments
 (0)