Skip to content

Commit 69f5f93

Browse files
authored
chore: update image for version and publish (#1189)
1 parent e72954f commit 69f5f93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

codebuild/release/prod-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,16 @@ batch:
3939
- testVectorsNodejs20
4040
- testVectorsBrowser18
4141
buildspec: codebuild/release/version.yml
42+
env:
43+
image: aws/codebuild/standard:6.0
4244

4345
# Publish the release to npm
4446
- identifier: publish
4547
depend-on:
4648
- version
4749
buildspec: codebuild/release/publish.yml
50+
env:
51+
image: aws/codebuild/standard:6.0
4852

4953
# Validate that the published versions are available
5054
- identifier: validateNodejs

0 commit comments

Comments
 (0)