Skip to content

Commit ecfb533

Browse files
committed
Install node before ws
1 parent a65fd7d commit ecfb533

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ commands:
252252
- run:
253253
name: install sockets test suite prerequisites
254254
command: |
255+
wget https://nodejs.org/dist/v12.13.0/node-v12.13.0-linux-x64.tar.xz
256+
tar -xf node-v12.13.0-linux-x64.tar.xz
257+
export PATH="`pwd`/node-v12.13.0-linux-x64/bin:${PATH}"
255258
npm install ws -g
256259
- run:
257260
name: run sockets tests

0 commit comments

Comments
 (0)