From f27a5094f0877423490650accae5a9f73d8762d2 Mon Sep 17 00:00:00 2001 From: Liuting Du Date: Fri, 6 Sep 2019 13:10:20 +0100 Subject: [PATCH] Fix CI for the publish job --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 32dd7c9..e7a8f89 100644 --- a/circle.yml +++ b/circle.yml @@ -67,8 +67,8 @@ jobs: - run: name: Install node/npm command: | - curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - - sudo apt-get install -y nodejs + curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - + sudo apt install -y nodejs - run: name: Publish to npm command: |