Skip to content

Commit adcc912

Browse files
committed
upgrade node to latest stable version
1 parent 0740e92 commit adcc912

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildspec_load_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ phases:
1818
pre_build:
1919
commands:
2020
- echo Running the load tests
21+
# upgrade node version
22+
- npm install -g n
23+
- n stable
2124
# install cdk
2225
- npm config set prefix /usr/local
2326
- npm install -g aws-cdk@latest

0 commit comments

Comments
 (0)