Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 24f77a3

Browse files
committed
Bump Node.js version in templates
1 parent afe6dd1 commit 24f77a3

File tree

13 files changed

+16
-12
lines changed

13 files changed

+16
-12
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Fixed
2+
3+
- Bumped Node.js version in templates.
4+
15
# 0.25.1 / 2020-05-20
26

37
## Changed

templates/inferno-app/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Prerequisites
22

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

55
## Installation
66

templates/inferno-app/_.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: false
22

33
language: node_js
44
node_js:
5-
- 8
5+
- 10
66

77
before_install:
88
- npm install codecov.io coveralls

templates/preact-app/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Prerequisites
22

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

55
## Installation
66

templates/preact-app/_.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: false
22

33
language: node_js
44
node_js:
5-
- 8
5+
- 10
66

77
before_install:
88
- npm install codecov.io coveralls

templates/react-app/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Prerequisites
22

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

55
## Installation
66

templates/react-app/_.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: false
22

33
language: node_js
44
node_js:
5-
- 8
5+
- 10
66

77
before_install:
88
- npm install codecov.io coveralls

templates/react-component/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Prerequisites
22

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

55
## Installation
66

templates/react-component/_.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: false
22

33
language: node_js
44
node_js:
5-
- 8
5+
- 10
66

77
before_install:
88
- npm install codecov.io coveralls

templates/web-app/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Prerequisites
22

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

55
## Installation
66

templates/web-app/_.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: false
22

33
language: node_js
44
node_js:
5-
- 8
5+
- 10
66

77
before_install:
88
- npm install codecov.io coveralls

templates/web-module/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Prerequisites
22

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

55
## Installation
66

templates/web-module/_.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: false
22

33
language: node_js
44
node_js:
5-
- 8
5+
- 10
66

77
before_install:
88
- npm install codecov.io coveralls

0 commit comments

Comments
 (0)