From 81286825c690427639d353bcc6c2beabff6e2554 Mon Sep 17 00:00:00 2001 From: Dale Cantwell Date: Tue, 5 Nov 2019 13:46:56 +0000 Subject: [PATCH] Update node version --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index c392e2c..3cd5450 100644 --- a/circle.yml +++ b/circle.yml @@ -41,7 +41,7 @@ jobs: - run: name: Install node/npm command: | - curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - + curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash - sudo apt install -y nodejs - run: name: Install gradle @@ -67,7 +67,7 @@ jobs: - run: name: Install node/npm command: | - curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - + curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash - sudo apt install -y nodejs - run: name: Publish to npm