Skip to content

Commit cd0bc02

Browse files
committed
feat: upgrade tedious to v16 and drop Node 14 support
Breaking Change: Drop support for NodeJS <= 14. Upgrade tedious version. Update CI to test NodeJS 20.
1 parent 4968b3b commit cd0bc02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
matrix:
7070
os: [ubuntu-22.04]
71-
node: [14.x, 16.x, 18.x]
71+
node: [16.x, 18.x, 20.x]
7272
sqlserver: [2017, 2019, 2022]
7373
steps:
7474
- name: Checkout code
@@ -115,7 +115,7 @@ jobs:
115115
strategy:
116116
matrix:
117117
os: [windows-2019, windows-2022]
118-
node: [14.x, 16.x, 18.x]
118+
node: [16.x, 18.x, 20.x]
119119
sqlserver: [2008, 2012, 2014, 2016, 2017, 2019, 2022]
120120
# These sqlserver versions don't work on windows-2022 (at the moment)
121121
exclude:

0 commit comments

Comments
 (0)