Skip to content

Commit

Permalink
chore: use default nodejs version for releasing pipeline (#5594)
Browse files Browse the repository at this point in the history
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
  • Loading branch information
iamhopaul123 authored Jan 8, 2024
1 parent 50ed8b5 commit df28135
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .release/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ env:

phases:
install:
runtime-versions:
nodejs: 20
commands:
- "cd $HOME/.goenv && git pull --ff-only && cd -"
- "goenv install 1.21.1" # Check if a version is available: https://github.com/syndbg/goenv/tree/master/plugins/go-build/share/go-build
Expand Down
2 changes: 0 additions & 2 deletions .release/buildspec_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ batch:

phases:
install:
runtime-versions:
nodejs: 20
commands:
- "cd $HOME/.goenv && git pull --ff-only && cd -"
- "goenv install 1.21.1"
Expand Down
2 changes: 0 additions & 2 deletions .release/buildspec_integ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ env:

phases:
install:
runtime-versions:
nodejs: 20
commands:
- "cd $HOME/.goenv && git pull --ff-only && cd -"
- "goenv install 1.21.1"
Expand Down
2 changes: 0 additions & 2 deletions .release/buildspec_regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ batch:

phases:
install:
runtime-versions:
nodejs: 20
commands:
- "cd $HOME/.goenv && git pull --ff-only && cd -"
- "goenv install 1.21.1"
Expand Down

0 comments on commit df28135

Please sign in to comment.