Skip to content

Commit 49c2069

Browse files
authored
chore: update node version in version step (#181)
1 parent 45b69fb commit 49c2069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebuild/release/version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
phases:
1515
install:
1616
commands:
17-
- n 18 # semantic-release wants 18, the image only goes up to 16
17+
- n 20 # semantic-release wants 20, the image only goes up to 16
1818
- npm install --save-dev semantic-release
1919
- npm install @semantic-release/changelog -d
2020
- npm install @semantic-release/exec -d

0 commit comments

Comments
 (0)