Browse Source

ci(appveyor): build on node v8 and v10

Previously appveyor was configured to build on node versions 7 and 10.
We don't support node 7. Update to build on v8 and v10.
renovate/lint-staged-8.x
Tom Kirkpatrick 7 years ago
parent
commit
d3cdf8e41d
No known key found for this signature in database GPG Key ID: 72203A8EC5967EA8
  1. 2
      appveyor.yml

2
appveyor.yml

@ -2,8 +2,8 @@ os: unstable
environment: environment:
matrix: matrix:
- nodejs_version: 10
- nodejs_version: 8 - nodejs_version: 8
- nodejs_version: 7
cache: cache:
- "%LOCALAPPDATA%/Yarn" - "%LOCALAPPDATA%/Yarn"

Loading…
Cancel
Save