Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies and test targets #221

Merged
merged 8 commits into from
Dec 3, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Node.js version.
  • Loading branch information
westy92 committed Dec 1, 2020
commit f0c6ac9b3299620cc2dde3e1852ab9be706c7ea5
8 changes: 3 additions & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ version: "{build}"
environment:
fast_finish: true
matrix:
- nodejs_version: "8"
- nodejs_version: "10"
platform: x86
# node 7 is skipped, as appveyor only allows 1 concurrent job
# and we want appveyor finishing ASAP. see #2382
# - nodejs_version: "7"
# platform: x86
# AppVeyor only allows 1 concurrent job and we
# want appveyor finishing ASAP. See #2382

build: off

Expand Down