Skip to content

Commit 633c257

Browse files
committed
Try to fix ws installation
1 parent e1c3bb7 commit 633c257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ commands:
255255
wget https://nodejs.org/dist/v12.13.0/node-v12.13.0-linux-x64.tar.xz
256256
tar -xf node-v12.13.0-linux-x64.tar.xz
257257
export PATH="`pwd`/node-v12.13.0-linux-x64/bin:${PATH}"
258-
npm install ws -g
258+
npm install ws
259259
- run:
260260
name: run sockets tests
261261
environment:

0 commit comments

Comments
 (0)