Skip to content

Commit 20bb6e8

Browse files
committed
ci(buildspec): use aws/codebuild/standard:5.0
1 parent 4f1c85d commit 20bb6e8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

buildspec.yml

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ batch:
99
image: aws/codebuild/standard:5.0
1010
- identifier: testNodejs12
1111
buildspec: codebuild/nodejs12.yml
12+
env:
13+
image: aws/codebuild/standard:5.0
1214
- identifier: testNodejs14
1315
buildspec: codebuild/nodejs14.yml
1416
env:
@@ -19,8 +21,12 @@ batch:
1921
image: aws/codebuild/standard:5.0
2022
- identifier: testBrowser
2123
buildspec: codebuild/browser.yml
24+
env:
25+
image: aws/codebuild/standard:5.0
2226
- identifier: compliance
2327
buildspec: codebuild/compliance.yml
28+
env:
29+
image: aws/codebuild/standard:5.0
2430
- identifier: testVectorsNodejsLatest
2531
buildspec: codebuild/test_vectors/nodejs_latest.yml
2632
env:
@@ -29,6 +35,8 @@ batch:
2935
image: aws/codebuild/standard:5.0
3036
- identifier: testVectorsNodejs12
3137
buildspec: codebuild/test_vectors/nodejs12.yml
38+
env:
39+
image: aws/codebuild/standard:5.0
3240
- identifier: testVectorsNodejs14
3341
buildspec: codebuild/test_vectors/nodejs14.yml
3442
env:

0 commit comments

Comments
 (0)