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.
2 parents 26aa80d + 29ec21b commit 730c0c4Copy full SHA for 730c0c4
1 file changed
.github/workflows/main.yml
@@ -112,13 +112,10 @@ jobs:
112
runs-on: ubuntu-latest
113
strategy:
114
matrix:
115
- angular_version: [18, 19, 20, 21]
+ angular_version: [19, 20, 21]
116
graphql_version: [16]
117
node_version: [20, 22, 24]
118
exclude:
119
- - angular_version: 18
120
- node_version: 24
121
-
122
- angular_version: 19
123
node_version: 24
124
steps:
0 commit comments