Skip to content

Commit dac4db9

Browse files
committed
Test on node 22 and 24
1 parent 20a418e commit dac4db9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/main.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,20 @@ jobs:
117117
matrix:
118118
angular_version: [18, 19, 20]
119119
graphql_version: [15, 16]
120-
node_version: [18, 20]
120+
node_version: [18, 20, 22, 24]
121121
exclude:
122+
- angular_version: 18
123+
node_version: 22
124+
125+
- angular_version: 18
126+
node_version: 24
127+
128+
- angular_version: 19
129+
node_version: 22
130+
131+
- angular_version: 19
132+
node_version: 24
133+
122134
- angular_version: 20
123135
node_version: 18
124136
steps:

0 commit comments

Comments
 (0)