Skip to content

Commit 5c8072a

Browse files
committed
Add node 23 to build matrix
1 parent 472e81d commit 5c8072a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest]
17-
node-version: ['18.x', '20.x', '22.x']
17+
node-version: ['18.x', '20.x', '22.x', '23.x']
1818

1919
steps:
2020
- name: Checkout

0 commit comments

Comments
 (0)