Skip to content

Commit

Permalink
chore: add node 21 support
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSun90 committed Feb 6, 2024
1 parent 2ce9d9c commit ad8225e
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 @@ -46,7 +46,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 19.x]
node-version: [18.x, 19.x, 20.x, 21.x]
fail-fast: false

steps:
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
strategy:
matrix:
mssql-version: [2016, 2017, 2019, 2022]
node-version: [18.x, 19.x, 20.x]
node-version: [18.x, 19.x, 20.x, 21.x]
fail-fast: false

steps:
Expand Down

0 comments on commit ad8225e

Please sign in to comment.