We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa18a79 commit 51a7216Copy full SHA for 51a7216
1 file changed
.circleci/config.yml
@@ -57,7 +57,7 @@ jobs:
57
- run:
58
name: "Update Node.js and npm"
59
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
+ 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
61
curl https://www.npmjs.com/install.sh | sudo bash
62
- restore_cache: *restore-deps-cache
63
- run: npm install
0 commit comments