fix: Use package.json as part of node cache key
This commit is contained in:
parent
0611e33d64
commit
f1a76ada72
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ deploy_to_tags:
|
|||
key:
|
||||
files:
|
||||
- package-lock.json
|
||||
- package.json
|
||||
paths:
|
||||
- node_modules/
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue