Skip to content

Commit 60b8be6

Browse files
authored
Remove Node 12 from CI (#1925)
Now that we've properly dropped Node 12 support, we can remove it entirely from the CI
1 parent c6e7dbc commit 60b8be6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,6 @@ jobs:
140140
dart_channel: [stable]
141141
node_version: [18]
142142
include:
143-
# Temporarily adding back Node 12 here until we actually drop support
144-
# in the package.json.
145-
- os: ubuntu-latest
146-
dart_channel: stable
147-
node_version: 12
148143
# Include LTS versions on Ubuntu
149144
- os: ubuntu-latest
150145
dart_channel: stable

0 commit comments

Comments
 (0)