Skip to content

Commit

Permalink
ci: update nodejs version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: min required version of NodeJS is 10.17.0
  • Loading branch information
nodkz committed Nov 12, 2020
1 parent 1e3fc9c commit 4155204
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ cache:
notifications:
email: true
node_js:
- "10"
- "8"
- '10'
- '12'
- '14'
script:
- yarn run coverage
- yarn run build
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "react-relay-network-modern",
"version": "0.0.0-semantically-released",
"description": "Network Layer for React Relay and Express (Batch Queries, AuthToken, Logging, Retry)",
"engines": {
"node": ">=10.17.0"
},
"files": [
"es",
"lib",
Expand Down Expand Up @@ -29,7 +32,7 @@
},
"homepage": "https://github.com/relay-tools/react-relay-network-modern#readme",
"dependencies": {
"core-js": "3",
"core-js": "^3.0.0",
"extract-files": "^9.0.0"
},
"peerDependencies": {
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2289,11 +2289,6 @@ [email protected]:
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.1.3.tgz#4c90752d5b9471f641514f3728f51c1e0783d0b5"
integrity sha512-k3JWTrcQBKqjkjI0bkfXS0lbpWPxYuHWfMMjC1VDmzU4Q58IwSbuXSo99YO/hUHlw/EB4AlfA2PVxOGkrIq6dA==

core-js@3:
version "3.6.5"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a"
integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==

core-js@^2.4.0:
version "2.4.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.4.1.tgz#4de911e667b0eae9124e34254b53aea6fc618d3e"
Expand Down

0 comments on commit 4155204

Please sign in to comment.