Skip to content

Commit

Permalink
build: make node 10 min version (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyajeet authored Jan 15, 2019
1 parent aa0d1eb commit 962679b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
.idea
.npmignore
.npmrc
.nvmrc
.prettierignore
.prettierrc.js
.stylelintignore
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/dubnium
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ cache:
directories:
- node_modules
- ~/.cache/Cypress
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.13.0
- export PATH=$HOME/.yarn/bin:$PATH
jobs:
include:
- name: "Commit Lint"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
"setupTestFrameworkScriptFile": "<rootDir>/conf/enzyme-adapter.js",
"snapshotSerializers": ["enzyme-to-json/serializer"]
},
"devEngines": {
"node": ">=8.x",
"engines": {
"node": ">=10.x",
"yarn": ">=1.10.0"
},
"devDependencies": {
Expand Down

0 comments on commit 962679b

Please sign in to comment.