diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2034b425..355f84a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,9 +58,6 @@ jobs: node: [lts/*] # It makes sense to also test the oldest, and latest, versions of Node.js, on ubuntu-only since it's the fastest CI runner include: - - os: ubuntu-latest - # Test the oldest LTS release of Node that's still receiving bugfixes and security patches, versions older than that have reached End-of-Life - node: lts/-2 - os: ubuntu-latest # Also test the previous LTS release node: lts/-1