Skip to content

Commit 26cd31b

Browse files
authored
ci: add Node.js v23 (#63)
1 parent 3a47df9 commit 26cd31b

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
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest]
28-
node: [22.x, 20.x, 18.x, 16.x, 15.x, 14.x, 13.x, 12.x, 10.x]
28+
node: [23.x, 22.x, 20.x, 18.x, 16.x, 15.x, 14.x, 13.x, 12.x, 10.x]
2929
runs-on: ${{ matrix.os }}
3030
steps:
3131
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)