Skip to content

Commit 1245b52

Browse files
authored
Merge pull request #99 from etclabscore/fix/node-version
fix: update node version
2 parents fa18a79 + 51a7216 commit 1245b52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- run:
5858
name: "Update Node.js and npm"
5959
command: |
60-
curl -sSL "https://nodejs.org/dist/v10.15.3/node-v10.15.3-linux-x64.tar.xz" | sudo tar --strip-components=2 -xJ -C /usr/local/bin/ node-v10.15.3-linux-x64/bin/node
60+
curl -sSL "https://nodejs.org/dist/v12.14.1/node-v12.14.1-linux-x64.tar.xz" | sudo tar --strip-components=2 -xJ -C /usr/local/bin/ node-v12.14.1-linux-x64/bin/node
6161
curl https://www.npmjs.com/install.sh | sudo bash
6262
- restore_cache: *restore-deps-cache
6363
- run: npm install

0 commit comments

Comments
 (0)