File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
- identifier : testNodejs20
13
13
buildspec : codebuild/nodejs20.yml
14
14
env :
15
- image : aws/codebuild/standard:6 .0
15
+ image : aws/codebuild/standard:5 .0
16
16
- identifier : testBrowser18
17
17
buildspec : codebuild/browser18.yml
18
18
@@ -22,13 +22,13 @@ batch:
22
22
env :
23
23
variables :
24
24
PUBLISH_LOCAL : " true"
25
- image : aws/codebuild/standard:6 .0
25
+ image : aws/codebuild/standard:5 .0
26
26
- identifier : testVectorsBrowser18
27
27
buildspec : codebuild/test_vectors/browser18.yml
28
28
env :
29
29
variables :
30
30
PUBLISH_LOCAL : " true"
31
- image : aws/codebuild/standard:6 .0
31
+ image : aws/codebuild/standard:5 .0
32
32
33
33
# Version the project and push git commits and tags
34
34
- identifier : version
@@ -54,12 +54,12 @@ batch:
54
54
env :
55
55
variables :
56
56
PUBLISH_LOCAL : " false"
57
- image : aws/codebuild/standard:6 .0
57
+ image : aws/codebuild/standard:5 .0
58
58
- identifier : validateBrowser
59
59
depend-on :
60
60
- publish
61
61
buildspec : codebuild/test_vectors/browser18.yml
62
62
env :
63
63
variables :
64
64
PUBLISH_LOCAL : " false"
65
- image : aws/codebuild/standard:6 .0
65
+ image : aws/codebuild/standard:5 .0
You can’t perform that action at this time.
0 commit comments