updating to node 8 (#3)

This commit is contained in:
David Deyen
2019-06-12 13:41:48 -05:00
committed by Robert Stettner
parent c08790073d
commit 2036a6550a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:6.9.1-slim
FROM node:8.16.0-slim
# Install packages
RUN apt-get update && apt-get install -yq \
+2 -2
View File
@@ -28,7 +28,7 @@ pipeline:
email: jb@me.com
build:
image: node:6
image: node:8
commands:
- npm install
- npm test
@@ -45,7 +45,7 @@ pipeline:
token: a12445e4424c121323a
build:
image: node:6
image: node:8
commands:
- npm install
- npm test