Skip to content

Commit 1c32d0c

Browse files
authored
Merge pull request #175 from ironprogrammer/node-14
Update Travis CI to Use Node 14
2 parents 1df9b67 + bd2af4f commit 1c32d0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: php
22
node_js:
3-
- node
3+
- 14
44

55
before_install:
66
- npm install -g npm@latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Prep environment:
6969

7070
* PHP 5.6 or greater (to run scripts).
7171
* Utilities: `git` version 1.8.5 or greater, `rsync`, `wget`, `unzip`.
72-
* Node.js including `npm` and `grunt` packages
72+
* Node.js 14.x, including `npm` and `grunt` packages
7373

7474
Test environment:
7575

0 commit comments

Comments
 (0)