Update Node to 12.14.0

This commit is contained in:
Asher 2020-01-08 16:30:44 -06:00
parent 3f2240ab65
commit 336ee28888
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
3 changed files with 3 additions and 6 deletions

View File

@ -1 +1 @@
10.16.0
12.14.0

View File

@ -1,6 +1,6 @@
language: node_js
node_js:
- 10.16.0
- 12.14.0
services:
- docker

View File

@ -1,4 +1,4 @@
FROM node:10.16.0
FROM node:12.14.0
ARG codeServerVersion=docker
ARG vscodeVersion
ARG githubToken
@ -8,9 +8,6 @@ RUN apt-get update && apt-get install -y \
libxkbfile-dev \
libsecret-1-dev
# Ensure latest yarn.
RUN npm install -g yarn@1.13
WORKDIR /src
COPY . .