File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 :
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 :
You can’t perform that action at this time.
0 commit comments