-
Notifications
You must be signed in to change notification settings - Fork 468
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1417 from dhensby/pulls/upgrade-tds
Update dependencies and lint fixes
- Loading branch information
Showing
8 changed files
with
1,287 additions
and
942 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
language: node_js | ||
sudo: false | ||
dist: focal | ||
node_js: | ||
- "10" | ||
- "12" | ||
- "14" | ||
- "16" | ||
- "18" | ||
|
||
jobs: | ||
include: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,15 @@ image: | |
- Visual Studio 2019 | ||
environment: | ||
matrix: | ||
- nodejs_version: "10" | ||
- nodejs_version: "12" | ||
- nodejs_version: "14" | ||
- nodejs_version: "16" | ||
- nodejs_version: "18" | ||
|
||
install: | ||
# https://www.appveyor.com/docs/lang/nodejs-iojs/#installing-any-version-of-nodejs-or-iojs | ||
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:PLATFORM | ||
- npm install | ||
- IF %nodejs_version% GTR 10 (npm install msnodesqlv8@^2) ELSE (npm install [email protected]) | ||
- npm install msnodesqlv8@^2 | ||
|
||
platform: | ||
- x86 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.