Skip to content

Commit

Permalink
Merge pull request #6 from univapay/fix/pierreh/bump-node-version
Browse files Browse the repository at this point in the history
Remove warning for node 12
  • Loading branch information
jdebono committed Nov 15, 2019
2 parents 42e758e + 56d051e commit 9b7ef11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
defaults: &defaults
working_directory: ~/repo
docker:
- image: circleci/node:8.9.1
- image: circleci/node:12

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Requirements

`univapay-node` requires the following to run:

* [Node.js][node] 8.0+
* [Node.js][node] 10 or 12
* [npm][npm] (normally comes with Node.js) or [yarn][yarn]


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"bugs": "https://github.com/univapay/univapay-node/issues",
"engines": {
"node": "10.x.x"
"node": "^10 || ^12"
},
"sideEffects": false,
"main": "index.js",
Expand Down

0 comments on commit 9b7ef11

Please sign in to comment.