Skip to content

Commit 997919b

Browse files
authored
ci: add node.js 24 to test matrix (#6506)
1 parent 36fb59c commit 997919b

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
- "21"
6969
- "22"
7070
- "23"
71+
- "24"
7172
# Use supported versions of our testing tools under older versions of Node
7273
# Install npm in some specific cases where we need to
7374
include:
@@ -96,22 +97,25 @@ jobs:
9697
9798

9899
- node-version: "8"
99-
100+
100101

101102
- node-version: "9"
102-
103+
103104

104105
- node-version: "10"
105-
106+
106107

107108
- node-version: "11"
108-
109+
109110

110111
- node-version: "12"
111-
112+
112113

113114
- node-version: "13"
114-
115+
116+
117+
- node-version: "15"
118+
115119

116120
runs-on: ${{ matrix.os }}
117121
steps:

0 commit comments

Comments
 (0)