Skip to content

Commit

Permalink
Bump Node.js version in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed May 20, 2020
1 parent afe6dd1 commit 24f77a3
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Fixed

- Bumped Node.js version in templates.

# 0.25.1 / 2020-05-20

## Changed
Expand Down
2 changes: 1 addition & 1 deletion templates/inferno-app/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Prerequisites

[Node.js](http://nodejs.org/) >= 8 must be installed.
[Node.js](http://nodejs.org/) >= 10 must be installed.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion templates/inferno-app/_.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false

language: node_js
node_js:
- 8
- 10

before_install:
- npm install codecov.io coveralls
Expand Down
2 changes: 1 addition & 1 deletion templates/preact-app/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Prerequisites

[Node.js](http://nodejs.org/) >= 8 must be installed.
[Node.js](http://nodejs.org/) >= 10 must be installed.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion templates/preact-app/_.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false

language: node_js
node_js:
- 8
- 10

before_install:
- npm install codecov.io coveralls
Expand Down
2 changes: 1 addition & 1 deletion templates/react-app/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Prerequisites

[Node.js](http://nodejs.org/) >= 8 must be installed.
[Node.js](http://nodejs.org/) >= 10 must be installed.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion templates/react-app/_.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false

language: node_js
node_js:
- 8
- 10

before_install:
- npm install codecov.io coveralls
Expand Down
2 changes: 1 addition & 1 deletion templates/react-component/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Prerequisites

[Node.js](http://nodejs.org/) >= 8 must be installed.
[Node.js](http://nodejs.org/) >= 10 must be installed.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion templates/react-component/_.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false

language: node_js
node_js:
- 8
- 10

before_install:
- npm install codecov.io coveralls
Expand Down
2 changes: 1 addition & 1 deletion templates/web-app/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Prerequisites

[Node.js](http://nodejs.org/) >= 8 must be installed.
[Node.js](http://nodejs.org/) >= 10 must be installed.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion templates/web-app/_.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false

language: node_js
node_js:
- 8
- 10

before_install:
- npm install codecov.io coveralls
Expand Down
2 changes: 1 addition & 1 deletion templates/web-module/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Prerequisites

[Node.js](http://nodejs.org/) >= 8 must be installed.
[Node.js](http://nodejs.org/) >= 10 must be installed.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion templates/web-module/_.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false

language: node_js
node_js:
- 8
- 10

before_install:
- npm install codecov.io coveralls
Expand Down

0 comments on commit 24f77a3

Please sign in to comment.