Skip to content

Commit ab02240

Browse files
authored
build: Node.js 23.0 (#6075)
1 parent a46cfdc commit ab02240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
os: [ubuntu-latest, windows-latest]
46-
node-version: [18, 19, 20, 21, 22]
46+
node-version: [18, 19, 20, 21, 22, 23]
4747
# Node.js release schedule: https://nodejs.org/en/about/releases/
4848

4949
name: Node.js ${{ matrix.node-version }} - ${{matrix.os}}

0 commit comments

Comments
 (0)