Skip to content

Commit

Permalink
chore(project): require node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker committed Dec 12, 2020
1 parent 4b96648 commit 091badc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ language: node_js
node_js:
- 'node'
- '10'
- '8'
script:
- npm run all
before_install:
- if [[ `node -v` == v8* ]]; then npm i -g npm@latest-5; fi
- if [[ `node -v` != v8* ]]; then npm i -g npm@latest-6; fi
deploy:
provider: npm
email: git_nikku@nixis.de
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"watchify": ">=3 <4"
},
"engines": {
"node": ">=8"
"node": ">=10"
}
}

0 comments on commit 091badc

Please sign in to comment.