Skip to content
This repository was archived by the owner on Dec 22, 2020. It is now read-only.

Commit cd82443

Browse files
committed
build: Default to current Node 8 LTS version
1 parent e3155cc commit cd82443

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ RUN groupadd --gid 3434 circleci \
8787
USER circleci
8888

8989
ENV NPM_CONFIG_LOGLEVEL info
90-
ENV NODE_VERSION 8.6.0
91-
ENV NPM_VERSION=5
90+
ENV NODE_VERSION 8.9.1
9291

9392
USER root
9493

0 commit comments

Comments
 (0)