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 63
63
64
64
yarn-monorepo :
65
65
docker :
66
- - image : ethereumoptimism/js-builder:nightly
66
+ - image : ethereumoptimism/js-builder:latest
67
67
steps :
68
68
- restore_cache :
69
69
keys :
98
98
- integration-tests/node_modules
99
99
- run :
100
100
name : Build monorepo
101
- command : |
102
- yarn build
101
+ command : yarn build
103
102
- save_cache :
104
103
key : v2-cache-yarn-build-{{ .Revision }}
105
104
paths :
@@ -368,7 +367,7 @@ jobs:
368
367
369
368
bedrock-solidity :
370
369
docker :
371
- - image : ethereumoptimism/js-builder:nightly
370
+ - image : ethereumoptimism/js-builder:latest
372
371
steps :
373
372
- checkout
374
373
- run :
@@ -468,7 +467,7 @@ jobs:
468
467
469
468
bedrock-integration-tests :
470
469
machine :
471
- image : ethereumoptimism/js-builder:nightly
470
+ image : ethereumoptimism/js-builder:latest
472
471
docker_layer_caching : true
473
472
steps :
474
473
- checkout
You can’t perform that action at this time.
0 commit comments