From 60b8be6510e94cd86ba18c9dd9b80c197f3b988a Mon Sep 17 00:00:00 2001 From: Jennifer Thakar Date: Mon, 27 Mar 2023 17:27:55 -0700 Subject: [PATCH] Remove Node 12 from CI (#1925) Now that we've properly dropped Node 12 support, we can remove it entirely from the CI --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 626849f4..6960423e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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