Skip to content

Commit

Permalink
Remove Node 12 from CI (#1925)
Browse files Browse the repository at this point in the history
Now that we've properly dropped Node 12 support, we can remove it entirely from the CI
  • Loading branch information
jathak committed Mar 28, 2023
1 parent c6e7dbc commit 60b8be6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,6 @@ jobs:
dart_channel: [stable]
node_version: [18]
include:
# Temporarily adding back Node 12 here until we actually drop support
# in the package.json.
- os: ubuntu-latest
dart_channel: stable
node_version: 12
# Include LTS versions on Ubuntu
- os: ubuntu-latest
dart_channel: stable
Expand Down

0 comments on commit 60b8be6

Please sign in to comment.