Skip to content

Commit

Permalink
fix: add Node.js v20 support by bumping @azure/identity to v3.4.1 (
Browse files Browse the repository at this point in the history
  • Loading branch information
esetnik committed Nov 19, 2023
1 parent d26df9b commit 57998f2
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 138 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -165,7 +165,7 @@ jobs:
strategy:
matrix:
mssql-version: [2016, 2017, 2019, 2022]
node-version: [16.x, 18.x, 19.x]
node-version: [16.x, 18.x, 19.x, 20.x]
fail-fast: false

steps:
Expand Down

0 comments on commit 57998f2

Please sign in to comment.