Skip to content

Commit e97b9c9

Browse files
authored
fix(CD): CodeBuild MUST USE a supported Node Version (#1183)
1 parent 152c5b3 commit e97b9c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codebuild/release/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ phases:
1818
- npm install otplib --no-save
1919
- npm run build
2020
runtime-versions:
21-
nodejs: 12
21+
nodejs: 14
2222
pre_build:
2323
commands:
2424
- git checkout $BRANCH

codebuild/release/version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ phases:
1313
commands:
1414
- npm ci --unsafe-perm
1515
runtime-versions:
16-
nodejs: 12
16+
nodejs: 14
1717
pre_build:
1818
commands:
1919
- git config --global user.name "aws-crypto-tools-ci-bot"

0 commit comments

Comments
 (0)