Skip to content

Commit

Permalink
Adding changes for Node v11.6.0 and 10.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfekke committed Dec 27, 2018
1 parent 136afa7 commit 4248272
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js:
- "10.14.2"
- "11.5.0"
- "10.15.0"
- "11.6.0"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mhart/alpine-node:11.5.0
FROM mhart/alpine-node:11.6.0

RUN npm install -g yarn

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-v10.14.2-brightgreen.svg)](https://nodejs.org)
[![Node v9](http://img.shields.io/badge/node-v11.5.0-brightgreen.svg)](https://nodejs.org)
[![Node v8](http://img.shields.io/badge/node-v10.15.0-brightgreen.svg)](https://nodejs.org)
[![Node v9](http://img.shields.io/badge/node-v11.6.0-brightgreen.svg)](https://nodejs.org)

The website can be viewed at [https://www.jaxnode.com](https://www.jaxnode.com).

Expand All @@ -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 v11.5.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 v11.6.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
Copyright 2019 David Fekke
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"supertest": "^3.3.0"
},
"engines": {
"node": "11.5.0"
"node": "11.6.0"
},
"license": "Apache-2.0"
}

0 comments on commit 4248272

Please sign in to comment.