Skip to content

Commit

Permalink
Update to Node.js 12 (LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed Nov 5, 2019
1 parent 59ae395 commit 6b2fb6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10
12
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ matrix:
# Generally using active LTS versions here, see https://github.com/nodejs/Release
include:
- name: "Test client"
node_js: 10
node_js: 12
env: RUN="npm run test:client"
- name: "Test server"
node_js: 10
node_js: 12
env: RUN="npm run test:server"
- name: "Lint and try building"
node_js: 10
node_js: 12
env: RUN="npx concurrently --kill-others-on-fail 'npm:lint' 'npm:build:prod'"
# https://docs.travis-ci.com/user/reference/overview/#Virtualisation-Environment-vs-Operating-System
script: $RUN
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:10.12
FROM node:12

# Install prerequisites
# https://docs.docker.com/engine/articles/dockerfile_best-practices/#apt-get
Expand Down

0 comments on commit 6b2fb6b

Please sign in to comment.