Skip to content

Commit

Permalink
Merge pull request #1518 from tediousjs/dependabot/npm_and_yarn/tedio…
Browse files Browse the repository at this point in the history
…us-16.4.0

chore(deps): bump tedious from 15.0.1 to 16.4.0
  • Loading branch information
dhensby committed Sep 4, 2023
2 parents b5cf976 + 17b4962 commit 1e12437
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 83 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: [14.x, 16.x, 18.x]
node: [16.x, 18.x, 20.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: [14.x, 16.x, 18.x]
node: [16.x, 18.x, 20.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 1e12437

Please sign in to comment.