We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5b919 commit f364b56Copy full SHA for f364b56
.circleci/config.yml
@@ -3,18 +3,14 @@ jobs:
3
build:
4
working_directory: /usr/src/app
5
docker:
6
- - image: banian/node
+ - image: circleci/node:[11.10.1]
7
steps:
8
# Checkout repository
9
- checkout
10
11
- run:
12
- name: "Update Node.js"
13
- command: |
14
- curl -sSL "https://nodejs.org/dist/v11.10.0/node-v11.10.0-linux-x64.tar.xz" | sudo tar --strip-components=2 -xJ -C /usr/local/bin/ node-v11.10.0-linux-x64/bin/node
15
- - run:
16
- name: Check current version of node
17
- command: node -v
+ name: Check current version of node
+ command: node -v
18
19
# Restore cache
20
- restore_cache:
0 commit comments