Skip to content

Commit

Permalink
build(node-version): upgraded to node v12
Browse files Browse the repository at this point in the history
since joi now requires features from v12

BREAKING CHANGE: node v12 is now required due to joi requirements
  • Loading branch information
travi committed Feb 18, 2020
1 parent 5d8dd7c commit b8f37ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10
v12
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
## Usage

[![npm](https://img.shields.io/npm/v/@travi/hapi-react-router.svg?maxAge=2592000)](https://www.npmjs.com/package/@travi/hapi-react-router)
![node][node-badge]
[![license](https://img.shields.io/github/license/travi/hapi-react-router.svg)](LICENSE)

### Installation
Expand Down Expand Up @@ -113,3 +114,5 @@ $ npm test
```sh
$ npm start
```

[node-badge]: https://img.shields.io/node/v/@travi/javascript-scaffolder.svg
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"lib/"
],
"engines": {
"node": ">8"
"node": ">12"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit b8f37ec

Please sign in to comment.