Skip to content

Commit

Permalink
ci: update node version to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed May 29, 2019
1 parent d988964 commit 53d541f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
environment:
matrix:
# - nodejs_version: "4"
# - nodejs_version: "5"
# - nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "10"

install:
- ps: Install-Product node $env:nodejs_version
Expand All @@ -14,4 +11,4 @@ test_script:
- yarn --version
- yarn test

build: off
build: off

0 comments on commit 53d541f

Please sign in to comment.