不要怂,就是干,撸起袖子干!

Commit b94a271b by Felix Becker Committed by Mick Hansen

Remove Node 6.3 version pin for MSSQL (#6603)

1 parent f9595392
Showing with 1 additions and 1 deletions
...@@ -14,7 +14,7 @@ cache: ...@@ -14,7 +14,7 @@ cache:
environment: environment:
matrix: matrix:
- {NODE_VERSION: 4, DIALECT: mssql} - {NODE_VERSION: 4, DIALECT: mssql}
- {NODE_VERSION: 6.3, DIALECT: mssql, COVERAGE: true} - {NODE_VERSION: 6, DIALECT: mssql, COVERAGE: true}
install: install:
- ps: Install-Product node $env:NODE_VERSION x64 - ps: Install-Product node $env:NODE_VERSION x64
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!