Skip to content

Commit

Permalink
update support of the node version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpatoilo committed Oct 23, 2019
1 parent 9da210c commit 86a60df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
environment:
matrix:
- nodejs_version: 12
- nodejs_version: 11
- nodejs_version: 10
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
Expand Down
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: node_js
node_js:
- 12
- 11
- 10
before_install:
- npm i -g npm
- npm i

0 comments on commit 86a60df

Please sign in to comment.