Skip to content

Commit

Permalink
upgrade node to latest stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonghui12 committed Jun 10, 2022
1 parent 0740e92 commit adcc912
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildspec_load_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ phases:
pre_build:
commands:
- echo Running the load tests
# upgrade node version
- npm install -g n
- n stable
# install cdk
- npm config set prefix /usr/local
- npm install -g aws-cdk@latest
Expand Down

0 comments on commit adcc912

Please sign in to comment.