Skip to content

Commit

Permalink
Updated node version to current LTS 12.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Panagis (P.) Tselentis committed May 3, 2020
1 parent 529970f commit 3d0b220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

node_js:
- "10.16.0"
- "12.16.3"

services:
- mysql
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.16-alpine
FROM node:12.16-alpine

COPY . /app

Expand Down

0 comments on commit 3d0b220

Please sign in to comment.