Skip to content

Commit

Permalink
Merge pull request #23 from clems4ever/node-v11
Browse files Browse the repository at this point in the history
Use node version 11.15.0.
  • Loading branch information
clems4ever authored Jul 12, 2019
2 parents d6ecb48 + 87ada18 commit f3d4a6c
Show file tree
Hide file tree
Showing 4 changed files with 929 additions and 1,096 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
sudo: required
node_js:
- "8"
- "11"
services:
- docker
- ntp
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8.11.2-alpine
FROM node:11.15.0-alpine

RUN apk add --no-cache python python-dev python3 python3-dev \
linux-headers build-base bash git ca-certificates && \
Expand Down
Loading

0 comments on commit f3d4a6c

Please sign in to comment.