Skip to content

Commit a6b2309

Browse files
authored
Merge pull request #311 from Fdawgs/patch-1
Replace node 23 with 24 in ci test matrix
2 parents bc77277 + d2d1bcb commit a6b2309

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
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest, windows-latest]
19-
node-version: [12, 14, 16, 18, 20, 22, 23]
19+
node-version: [12, 14, 16, 18, 20, 22, 24]
2020

2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)