未验证 提交 336ee288 编写于 作者: A Asher

Update Node to 12.14.0

上级 3f2240ab
language: node_js language: node_js
node_js: node_js:
- 10.16.0 - 12.14.0
services: services:
- docker - docker
......
FROM node:10.16.0 FROM node:12.14.0
ARG codeServerVersion=docker ARG codeServerVersion=docker
ARG vscodeVersion ARG vscodeVersion
ARG githubToken ARG githubToken
...@@ -8,9 +8,6 @@ RUN apt-get update && apt-get install -y \ ...@@ -8,9 +8,6 @@ RUN apt-get update && apt-get install -y \
libxkbfile-dev \ libxkbfile-dev \
libsecret-1-dev libsecret-1-dev
# Ensure latest yarn.
RUN npm install -g yarn@1.13
WORKDIR /src WORKDIR /src
COPY . . COPY . .
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册