Skip to content

Commit

Permalink
chore: update node version in versioning cb step (#1712)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella authored Aug 9, 2023
1 parent 61b6260 commit a34e0ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codebuild/release/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ env:
phases:
install:
commands:
- n 18
- node -v
- npm install --save-dev semantic-release
- npm install @semantic-release/changelog -d
- npm install @semantic-release/exec -d
- npm install @semantic-release/git -d
- npm install --save conventional-changelog
runtime-versions:
nodejs: 14
pre_build:
commands:
- git config --global user.name "aws-crypto-tools-ci-bot"
Expand Down

0 comments on commit a34e0ad

Please sign in to comment.