Skip to content

Commit

Permalink
feat: upgrade tedious to v16 and drop Node 14 support
Browse files Browse the repository at this point in the history
Breaking Change: Drop support for NodeJS <= 14. Upgrade
tedious version. Update CI to test NodeJS 20.
  • Loading branch information
dhensby committed Sep 6, 2023
1 parent 4968b3b commit cd0bc02
Showing 1 changed file with 2 additions and 2 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

0 comments on commit cd0bc02

Please sign in to comment.