Skip to content

Commit

Permalink
Use node version 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaalto committed Jan 20, 2018
1 parent 7af4e06 commit 60f5dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '9'
- '8'

cache:
yarn: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "finnish-harvest-hours",
"version": "0.0.1",
"engines": {
"node": "9"
"node": "8"
},
"description": "Compare your total logged hours in Harvest with standard Finnish working hours",
"main": "index.js",
Expand Down

0 comments on commit 60f5dfa

Please sign in to comment.