We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a418e commit dac4db9Copy full SHA for dac4db9
.github/workflows/main.yml
@@ -117,8 +117,20 @@ jobs:
117
matrix:
118
angular_version: [18, 19, 20]
119
graphql_version: [15, 16]
120
- node_version: [18, 20]
+ node_version: [18, 20, 22, 24]
121
exclude:
122
+ - angular_version: 18
123
+ node_version: 22
124
+
125
126
+ node_version: 24
127
128
+ - angular_version: 19
129
130
131
132
133
134
- angular_version: 20
135
node_version: 18
136
steps:
0 commit comments