Skip to content

Commit a4bfb7d

Browse files
committed
Add node v23 to CI
1 parent 7cc45df commit a4bfb7d

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] # Remove windows as tests fail on `\r\n` style newlines
19-
node-version: [12, 14, 16, 18, 20, 22]
19+
node-version: [12, 14, 16, 18, 20, 22, 23]
2020

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

0 commit comments

Comments
 (0)