Skip to content

Commit 65f709a

Browse files
authored
ci: add support for Node@23 and Node@24
1 parent 88f2aa1 commit 65f709a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
- Node.js 20.x
3232
- Node.js 21.x
3333
- Node.js 22.x
34+
- Node.js 23.x
35+
- Node.js 24.x
3436

3537
include:
3638
- name: Node.js 0.10
@@ -107,6 +109,12 @@ jobs:
107109

108110
- name: Node.js 22.x
109111
node-version: "22.0"
112+
113+
- name: Node.js 23.x
114+
node-version: "23"
115+
116+
- name: Node.js 24.x
117+
node-version: "24"
110118

111119
steps:
112120
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)