Skip to content

Commit 533e082

Browse files
committed
forgot one place
1 parent 8904379 commit 533e082

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

codebuild/release/prod-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ batch:
1212
- identifier: testNodejs20
1313
buildspec: codebuild/nodejs20.yml
1414
env:
15-
image: aws/codebuild/standard:6.0
15+
image: aws/codebuild/standard:5.0
1616
- identifier: testBrowser18
1717
buildspec: codebuild/browser18.yml
1818

@@ -22,13 +22,13 @@ batch:
2222
env:
2323
variables:
2424
PUBLISH_LOCAL: "true"
25-
image: aws/codebuild/standard:6.0
25+
image: aws/codebuild/standard:5.0
2626
- identifier: testVectorsBrowser18
2727
buildspec: codebuild/test_vectors/browser18.yml
2828
env:
2929
variables:
3030
PUBLISH_LOCAL: "true"
31-
image: aws/codebuild/standard:6.0
31+
image: aws/codebuild/standard:5.0
3232

3333
# Version the project and push git commits and tags
3434
- identifier: version
@@ -54,12 +54,12 @@ batch:
5454
env:
5555
variables:
5656
PUBLISH_LOCAL: "false"
57-
image: aws/codebuild/standard:6.0
57+
image: aws/codebuild/standard:5.0
5858
- identifier: validateBrowser
5959
depend-on:
6060
- publish
6161
buildspec: codebuild/test_vectors/browser18.yml
6262
env:
6363
variables:
6464
PUBLISH_LOCAL: "false"
65-
image: aws/codebuild/standard:6.0
65+
image: aws/codebuild/standard:5.0

0 commit comments

Comments
 (0)