We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b69fb commit 49c2069Copy full SHA for 49c2069
codebuild/release/version.yml
@@ -14,7 +14,7 @@ env:
14
phases:
15
install:
16
commands:
17
- - n 18 # semantic-release wants 18, the image only goes up to 16
+ - n 20 # semantic-release wants 20, the image only goes up to 16
18
- npm install --save-dev semantic-release
19
- npm install @semantic-release/changelog -d
20
- npm install @semantic-release/exec -d
0 commit comments