File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 6363
6464 yarn-monorepo :
6565 docker :
66- - image : ethereumoptimism/js-builder:nightly
66+ - image : ethereumoptimism/js-builder:latest
6767 steps :
6868 - restore_cache :
6969 keys :
9898 - integration-tests/node_modules
9999 - run :
100100 name : Build monorepo
101- command : |
102- yarn build
101+ command : yarn build
103102 - save_cache :
104103 key : v2-cache-yarn-build-{{ .Revision }}
105104 paths :
@@ -368,7 +367,7 @@ jobs:
368367
369368 bedrock-solidity :
370369 docker :
371- - image : ethereumoptimism/js-builder:nightly
370+ - image : ethereumoptimism/js-builder:latest
372371 steps :
373372 - checkout
374373 - run :
@@ -468,7 +467,7 @@ jobs:
468467
469468 bedrock-integration-tests :
470469 machine :
471- image : ethereumoptimism/js-builder:nightly
470+ image : ethereumoptimism/js-builder:latest
472471 docker_layer_caching : true
473472 steps :
474473 - checkout
You can’t perform that action at this time.
0 commit comments