Skip to content

Commit 4bd0e30

Browse files
authored
Merge pull request #140 from Fdawgs/patch-1
ci(node.js): replace node 23 with 24 in test matrix
2 parents 1de4481 + fa62e9b commit 4bd0e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest, windows-latest]
22-
node-version: [12, 14, 16, 18, 20, 22, 23]
22+
node-version: [12, 14, 16, 18, 20, 22, 24]
2323

2424
steps:
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)