Merge pull request #1524 from thgh/patch-1

Update node version 6 => 8 for sucrase
pull/1511/head
Rich Harris 7 years ago committed by GitHub
commit a60cd5e68e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ init:
environment:
matrix:
# node.js
- nodejs_version: 6
- nodejs_version: 8
install:
- ps: Install-Product node $env:nodejs_version

Loading…
Cancel
Save