Skip to content

Commit e65bcce

Browse files
authored
Drop support for node 18 (#2373)
Because it is EOL
1 parent e16dd41 commit e65bcce

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.changeset/early-tigers-draw.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'apollo-angular': patch
3+
---
4+
5+
Drop support for node 18

.github/workflows/main.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -114,22 +114,13 @@ jobs:
114114
matrix:
115115
angular_version: [18, 19, 20]
116116
graphql_version: [16]
117-
node_version: [18, 20, 22, 24]
117+
node_version: [20, 22, 24]
118118
exclude:
119-
- angular_version: 18
120-
node_version: 22
121-
122119
- angular_version: 18
123120
node_version: 24
124121

125-
- angular_version: 19
126-
node_version: 22
127-
128122
- angular_version: 19
129123
node_version: 24
130-
131-
- angular_version: 20
132-
node_version: 18
133124
steps:
134125
- name: Use Node.js ${{ matrix.node_version }}
135126
uses: actions/setup-node@master

0 commit comments

Comments
 (0)