Skip to content

Commit a34e0ad

Browse files
authored
chore: update node version in versioning cb step (#1712)
1 parent 61b6260 commit a34e0ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: codebuild/release/version.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ env:
1212
phases:
1313
install:
1414
commands:
15+
- n 18
16+
- node -v
1517
- npm install --save-dev semantic-release
1618
- npm install @semantic-release/changelog -d
1719
- npm install @semantic-release/exec -d
1820
- npm install @semantic-release/git -d
1921
- npm install --save conventional-changelog
20-
runtime-versions:
21-
nodejs: 14
2222
pre_build:
2323
commands:
2424
- git config --global user.name "aws-crypto-tools-ci-bot"

0 commit comments

Comments
 (0)