Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Switch to using recommended Node.js version on Travis
Browse files Browse the repository at this point in the history
no issue
- developers should always be using our recommended Node.js version
- having Travis run on an older Node.js version was causing issues occasionally because dependencies would inadvertently drop 4.x support, this is mostly a non-issue for Ghost-Admin because the supported node version is only relevant to developers and build environments
  • Loading branch information
kevinansfield committed Feb 19, 2018
1 parent 22befb1 commit 67e63a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: trusty

language: node_js
node_js:
- "4"
- "6"

env:
global:
Expand Down

0 comments on commit 67e63a4

Please sign in to comment.