Skip to content

Commit

Permalink
Adding version 10.4.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfekke committed Jun 6, 2018
1 parent 4eedec5 commit 7edac5e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: node_js
node_js:
- "10.3.0"
- "10.4.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:10.3.0
FROM mhart/alpine-node:10.4.0

RUN npm install -g yarn

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

Moved site to Heroku. Upgraded to Node.js v10.3.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.4.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
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": "^1.1.0"
},
"engines": {
"node": "10.3.0"
"node": "10.4.0"
},
"license": "Apache-2.0"
}

0 comments on commit 7edac5e

Please sign in to comment.