Skip to content

Commit 543a6fe

Browse files
authored
Merge pull request #325 from dlabrecq/PTNFLY-1866
Updated Travis to use Node 4
2 parents aadf359 + b941bb5 commit 543a6fe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '0.10'
3+
- '4'
44

55
before_install:
66
- 'git checkout -B $TRAVIS_BRANCH' # Reconcile detached HEAD

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ This project will provide a set of common AngularJS directives for use with the
1717
You have to install required software before you're able to use grunt:
1818

1919
* Install Node.js - Find more information on [Node.js](http://nodejs.org/)
20+
21+
Angular Patternfly stays up to date with the Node LTS [Release Schedule](https://github.com/nodejs/LTS#lts_schedule). If you're using Angular Patternfly downstream, we suggest the use of an actively supported version of Node/NPM, although prior versions of Node may work.
22+
2023
* Install npm - If npm is not already installed with Node.js, you have to install it manually. Find more information on [NPM](https://www.npmjs.org/)
2124
* Install Bower globally - Find more information on [Bower](http://bower.io/)
2225

0 commit comments

Comments
 (0)