Skip to content

Commit

Permalink
chore: update node version in version step (#1959)
Browse files Browse the repository at this point in the history
  • Loading branch information
imabhichow authored Jan 24, 2024
1 parent 57e8a0b commit 905385d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebuild/release/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
phases:
install:
commands:
- n 18
- n 20
- node -v
- npm install --save-dev semantic-release
- npm install @semantic-release/changelog -d
Expand Down

0 comments on commit 905385d

Please sign in to comment.