Skip to content

Commit 6e52853

Browse files
authored
ci: add Node.js v23 (#268)
1 parent 165b6b6 commit 6e52853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
matrix:
6262
os: [ubuntu-latest, windows-latest, macos-latest]
63-
node-version: [14.x, 16.x, 18.x, 20.x, 22.x]
63+
node-version: [14.x, 16.x, 18.x, 20.x, 22.x, 23.x]
6464
eslint-version: [8.x, 9.x]
6565
webpack-version: [latest]
6666
exclude:

0 commit comments

Comments
 (0)