Skip to content

Commit ecbe944

Browse files
authored
ci: add Node.js v23 (#192)
1 parent f51eadb commit ecbe944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
strategy:
6464
matrix:
6565
os: [ubuntu-latest, windows-latest, macos-latest]
66-
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
66+
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 23.x]
6767

6868
runs-on: ${{ matrix.os }}
6969

0 commit comments

Comments
 (0)