We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe95f8 commit e1c3bb7Copy full SHA for e1c3bb7
.circleci/config.yml
@@ -252,6 +252,9 @@ commands:
252
- run:
253
name: install sockets test suite prerequisites
254
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}"
258
npm install ws -g
259
260
name: run sockets tests
0 commit comments