mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Cache fetch and mongo-decimal npm dependencies and bump key versions (#10091)
This commit is contained in:
committed by
Ben Newman
parent
9fb02e9bb2
commit
30df020c9d
@@ -124,8 +124,8 @@ jobs:
|
||||
- package-npm-deps-cache-group1-v1-
|
||||
- restore_cache:
|
||||
keys:
|
||||
- package-npm-deps-cache-group2-v2-{{ checksum "shrinkwraps.txt" }}
|
||||
- package-npm-deps-cache-group2-v2-
|
||||
- package-npm-deps-cache-group2-v3-{{ checksum "shrinkwraps.txt" }}
|
||||
- package-npm-deps-cache-group2-v3-
|
||||
- restore_cache:
|
||||
keys:
|
||||
- v2-other-deps-cache-{{ .Branch }}-{{ .Revision }}
|
||||
@@ -737,7 +737,7 @@ jobs:
|
||||
- packages/package-version-parser/.npm/package/node_modules
|
||||
- packages/boilerplate-generator/.npm/package/node_modules
|
||||
- save_cache:
|
||||
key: package-npm-deps-cache-group2-v2-{{ checksum "shrinkwraps.txt" }}
|
||||
key: package-npm-deps-cache-group2-v3-{{ checksum "shrinkwraps.txt" }}
|
||||
paths:
|
||||
- packages/xmlbuilder/.npm/package/node_modules
|
||||
- packages/logging/.npm/package/node_modules
|
||||
@@ -761,6 +761,8 @@ jobs:
|
||||
- packages/minifier-js/.npm/package/node_modules
|
||||
- packages/standard-minifier-css/.npm/plugin/minifyStdCSS/node_modules
|
||||
- packages/inter-process-messaging/.npm/package/node_modules
|
||||
- packages/fetch/.npm/package/node_modules
|
||||
- packages/non-core/mongo-decimal/.npm/package/node_modules
|
||||
- save_cache:
|
||||
key: v2-other-deps-cache-{{ .Branch }}-{{ .Revision }}
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user