diff --git a/.travis.yml b/.travis.yml index 9b8ffa5..fa3bd89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: node_js node_js: - "10.15.3" - - "12.1.0" + - "12.2.0" diff --git a/Dockerfile b/Dockerfile index 4354f53..d1185a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mhart/alpine-node:12.1.0 +FROM mhart/alpine-node:12.2.0 RUN npm install -g yarn diff --git a/README.md b/README.md index d519095..b76f3ca 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is the source code for the JaxNode website. [![Build Status](https://travis-ci.org/davidfekke/jaxnode.svg?branch=release)](https://travis-ci.org/davidfekke/jaxnode) [![Coverage Status](https://coveralls.io/repos/github/davidfekke/jaxnode/badge.svg?branch=master)](https://coveralls.io/github/davidfekke/jaxnode?branch=master) [![Node v8](http://img.shields.io/badge/node-v10.15.3-brightgreen.svg)](https://nodejs.org) -[![Node v9](http://img.shields.io/badge/node-v12.1.0-brightgreen.svg)](https://nodejs.org) +[![Node v9](http://img.shields.io/badge/node-v12.2.0-brightgreen.svg)](https://nodejs.org) The website can be viewed at [https://www.jaxnode.com](https://www.jaxnode.com). @@ -20,6 +20,6 @@ They are as follows; * process.env.twitter_atk = Twitter access_token_key * process.env.twitter_ats = Twitter access_token_secret -Upgraded to Node.js v12.1.0. Version 3.0 of this code requires Node.js 8.6 or higher because of the use of async/await. +Upgraded to Node.js v12.2.0. Version 3.0 of this code requires Node.js 8.6 or higher because of the use of async/await. Copyright 2019 David Fekke diff --git a/package.json b/package.json index e5979fd..b757d6a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "supertest": "^3.3.0" }, "engines": { - "node": "12.1.0" + "node": "12.2.0" }, "license": "Apache-2.0" }