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 ecfb533 commit 6903c7cCopy full SHA for 6903c7c
.circleci/config.yml
@@ -255,7 +255,7 @@ commands:
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
+ npm install ws
259
- run:
260
name: run sockets tests
261
environment:
0 commit comments