Skip to content

Commit 8a677c8

Browse files
authored
Merge pull request #1546 from tediousjs/revert-1518-dependabot/npm_and_yarn/tedious-16.4.0
Revert "chore(deps): bump tedious from 15.0.1 to 16.4.0"
2 parents 31bdaca + 86d3276 commit 8a677c8

File tree

3 files changed

+83
-145
lines changed

3 files changed

+83
-145
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: [16.x, 18.x, 20.x]
71+
node: [14.x, 16.x, 18.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: [16.x, 18.x, 20.x]
118+
node: [14.x, 16.x, 18.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)