File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 36
36
- Node.js 15.x
37
37
- Node.js 16.x
38
38
- 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
39
46
40
47
include :
41
48
- name : Node.js 0.8
@@ -112,6 +119,27 @@ jobs:
112
119
113
120
- name : Node.js 17.x
114
121
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"
115
143
116
144
steps :
117
145
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
You can’t perform that action at this time.
0 commit comments