Skip to content

Commit

Permalink
Merge pull request #85 from trojs/feature/node-23
Browse files Browse the repository at this point in the history
Test on Node 23
  • Loading branch information
w3nl authored Oct 17, 2024
2 parents 6a85c23 + 899a426 commit f77a9c1
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 91 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

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

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

0 comments on commit f77a9c1

Please sign in to comment.