Skip to content

Commit

Permalink
Merge pull request #1155 from dondi/#1145-gain-compatibility-with-Nod…
Browse files Browse the repository at this point in the history
…e-20.x

#1145 gain compatibility with node 20.x
  • Loading branch information
dondi authored Dec 4, 2024
2 parents 079811e + 4c847af commit 6bcd6cc
Show file tree
Hide file tree
Showing 3 changed files with 425 additions and 333 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 6bcd6cc

Please sign in to comment.