Skip to content

Commit 73af96b

Browse files
committed
ci: add nodejs v18 - v24 to test matrix
1 parent d6233d1 commit 73af96b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/workflows/ci.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
- Node.js 15.x
3737
- Node.js 16.x
3838
- Node.js 17.x
39+
- Node.js 18.x
40+
- Node.js 19.x
41+
- Node.js 20.x
42+
- Node.js 21.x
43+
- Node.js 22.x
44+
- Node.js 23.x
45+
- Node.js 24.x
3946

4047
include:
4148
- name: Node.js 0.8
@@ -112,6 +119,27 @@ jobs:
112119

113120
- name: Node.js 17.x
114121
node-version: "17.2"
122+
123+
- name: Node.js 18.x
124+
node-version: "18"
125+
126+
- name: Node.js 19.x
127+
node-version: "19"
128+
129+
- name: Node.js 20.x
130+
node-version: "20"
131+
132+
- name: Node.js 21.x
133+
node-version: "21"
134+
135+
- name: Node.js 22.x
136+
node-version: "22"
137+
138+
- name: Node.js 23.x
139+
node-version: "23"
140+
141+
- name: Node.js 24.x
142+
node-version: "24"
115143

116144
steps:
117145
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)