Skip to content

Commit

Permalink
Merge pull request #1546 from tediousjs/revert-1518-dependabot/npm_an…
Browse files Browse the repository at this point in the history
…d_yarn/tedious-16.4.0

Revert "chore(deps): bump tedious from 15.0.1 to 16.4.0"
  • Loading branch information
dhensby authored Sep 6, 2023
2 parents 31bdaca + 86d3276 commit 8a677c8
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 145 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04]
node: [16.x, 18.x, 20.x]
node: [14.x, 16.x, 18.x]
sqlserver: [2017, 2019, 2022]
steps:
- name: Checkout code
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
strategy:
matrix:
os: [windows-2019, windows-2022]
node: [16.x, 18.x, 20.x]
node: [14.x, 16.x, 18.x]
sqlserver: [2008, 2012, 2014, 2016, 2017, 2019, 2022]
# These sqlserver versions don't work on windows-2022 (at the moment)
exclude:
Expand Down
Loading

0 comments on commit 8a677c8

Please sign in to comment.