Skip to content

Commit abd0f26

Browse files
committed
chore: revalidate circleci cache
1 parent e945dec commit abd0f26

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- restore_cache:
2222
keys:
2323
# when lock file changes, use increasingly general patterns to restore cache
24-
- strapi-plugin-navigation-1735037133-{{ checksum "yarn.lock" }}
25-
- strapi-plugin-navigation-1735037133
24+
- strapi-plugin-navigation-1746548904-{{ checksum "yarn.lock" }}
25+
- strapi-plugin-navigation-1746548904
2626
- run:
2727
name: Echo versions
2828
command: |
@@ -50,7 +50,7 @@ jobs:
5050
- save_cache:
5151
paths:
5252
- ./node_modules
53-
key: strapi-plugin-navigation-1735037133-{{ checksum "yarn.lock" }}
53+
key: strapi-plugin-navigation-1746548904-{{ checksum "yarn.lock" }}
5454
- persist_to_workspace:
5555
root: ~/repo
5656
paths: .

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16864,11 +16864,11 @@ __metadata:
1686416864

1686516865
"typescript@patch:typescript@npm%3A^5.6.2#optional!builtin<compat/typescript>":
1686616866
version: 5.8.2
16867-
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=5786d5"
16867+
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=8c6c40"
1686816868
bin:
1686916869
tsc: bin/tsc
1687016870
tsserver: bin/tsserver
16871-
checksum: 10c0/5448a08e595cc558ab321e49d4cac64fb43d1fa106584f6ff9a8d8e592111b373a995a1d5c7f3046211c8a37201eb6d0f1566f15cdb7a62a5e3be01d087848e2
16871+
checksum: 10c0/8a6cd29dfb59bd5a978407b93ae0edb530ee9376a5b95a42ad057a6f80ffb0c410489ccd6fe48d1d0dfad6e8adf5d62d3874bbd251f488ae30e11a1ce6dabd28
1687216872
languageName: node
1687316873
linkType: hard
1687416874

0 commit comments

Comments
 (0)