Skip to content

Commit c7a5301

Browse files
authored
Merge pull request #84 from trojs/feature/node-23
Test on Node 23
2 parents bf0c678 + c0b2c09 commit c7a5301

File tree

3 files changed

+95
-87
lines changed

3 files changed

+95
-87
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [18.x, 20.x, 21.x, 22.x]
12+
node-version: [18.x, 20.x, 21.x, 22.x, 23.x]
1313

1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)