Skip to content

Commit f05e76d

Browse files
authored
chore: add Node 23 to CI (#1695)
1 parent 8c89634 commit f05e76d

File tree

2 files changed

+118
-118
lines changed

2 files changed

+118
-118
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
strategy:
7272
fail-fast: false
7373
matrix:
74-
node-version: [16.x, 18.x, 20.x, 21.x, 22.x]
74+
node-version: [16.x, 18.x, 20.x, 21.x, 22.x, 23.x]
7575
eslint-version: [7, 8, 9]
7676
ts-eslint-plugin-version: [6, 7, 8]
7777
exclude:

0 commit comments

Comments
 (0)