Skip to content

Commit f364b56

Browse files
author
alfredbrockotter
committed
chore: change circle ci docker image
1 parent 5e5b919 commit f364b56

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.circleci/config.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@ jobs:
33
build:
44
working_directory: /usr/src/app
55
docker:
6-
- image: banian/node
6+
- image: circleci/node:[11.10.1]
77
steps:
88
# Checkout repository
99
- checkout
1010

1111
- 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
12+
name: Check current version of node
13+
command: node -v
1814

1915
# Restore cache
2016
- restore_cache:

0 commit comments

Comments
 (0)