diff --git a/.travis.yml b/.travis.yml index 72808e3..5523b7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: node_js node_js: - - "10.4.0" + - "10.5.0" diff --git a/Dockerfile b/Dockerfile index 79c5868..984212c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mhart/alpine-node:10.4.0 +FROM mhart/alpine-node:10.5.0 RUN npm install -g yarn diff --git a/README.md b/README.md index 6d85385..6a515cd 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ 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-v8.11.2-brightgreen.svg)](https://nodejs.org) -[![Node v9](http://img.shields.io/badge/node-v10.4.0-brightgreen.svg)](https://nodejs.org) +[![Node v8](http://img.shields.io/badge/node-v8.11.3-brightgreen.svg)](https://nodejs.org) +[![Node v9](http://img.shields.io/badge/node-v10.5.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 -Moved site to Heroku. Upgraded to Node.js v10.4.0. Version 3.0 of this code requires Node.js 8.6 or higher because of the use of async/await. +Moved site to Heroku. Upgraded to Node.js v10.5.0. Version 3.0 of this code requires Node.js 8.6 or higher because of the use of async/await. Copyright 2018 David Fekke diff --git a/package.json b/package.json index 3814801..6ef343a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "supertest": "^1.1.0" }, "engines": { - "node": "10.4.0" + "node": "10.5.0" }, "license": "Apache-2.0" }