Skip to content

Commit

Permalink
fix: fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Oct 2, 2020
1 parent 1fd092d commit 3849379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- run:
name: "Update Node.js and npm"
command: |
curl -sSL "https://nodejs.org/dist/v12.18.3/node-v12.18.4-linux-x64.tar.xz" | sudo tar --strip-components=2 -xJ -C /usr/local/bin/ node-v12.18.4-linux-x64/bin/node
curl -sSL "https://nodejs.org/dist/v12.18.4/node-v12.18.4-linux-x64.tar.xz" | sudo tar --strip-components=2 -xJ -C /usr/local/bin/ node-v12.18.4-linux-x64/bin/node
curl https://www.npmjs.com/install.sh | sudo bash
- run: npm install
- run: npm run build
Expand Down

0 comments on commit 3849379

Please sign in to comment.