Remove Node 12 from CI (#1925)

Now that we've properly dropped Node 12 support, we can remove it entirely from the CI
This commit is contained in:
Jennifer Thakar 2023-03-27 17:27:55 -07:00 committed by GitHub
parent c6e7dbc0cd
commit 60b8be6510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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