Skip to content

Commit bb70ef0

Browse files
committed
chore: change circle ci checksum
1 parent a5a42e0 commit bb70ef0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- restore_cache:
2020
keys:
2121
# when lock file changes, use increasingly general patterns to restore cache
22-
- strapi-plugin-table-field-1746548904-{{ checksum "yarn.lock" }}
22+
- strapi-plugin-table-field-1746548904-{{ checksum "package.json" }}
2323
- strapi-plugin-table-field-1746548904
2424
- run:
2525
name: Echo versions
@@ -41,13 +41,13 @@ jobs:
4141
- save_cache:
4242
paths:
4343
- ./node_modules
44-
key: strapi-plugin-table-field-1746548904-{{ checksum "yarn.lock" }}
44+
key: strapi-plugin-table-field-1746548904-{{ checksum "package.json.lock" }}
4545
- persist_to_workspace:
4646
root: ~/repo
4747
paths: .
4848
deploy:
4949
docker:
50-
- image: cimg/node:20.12.2
50+
- image: cimg/node:20.19
5151
working_directory: ~/repo
5252
resource_class: large
5353
steps:
@@ -66,7 +66,7 @@ jobs:
6666
command: npm publish --tag latest
6767
deployBeta:
6868
docker:
69-
- image: cimg/node:20.12.2
69+
- image: cimg/node:20.19
7070
working_directory: ~/repo
7171
resource_class: large
7272
steps:

0 commit comments

Comments
 (0)