We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727ba36 commit e5ba15dCopy full SHA for e5ba15d
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
# npm cache files are stored in `~/.npm` on Linux/macOS
24
path: ./node_modules
25
- key: ${{ hashFiles('**/package-lock.json') }}-node-modules
+ key: ${{ hashFiles('**/npm-shrinkwrap.json') }}-node-modules
26
- name: Install dependencies
27
run: npm install
28
- name: Versioning
0 commit comments