From 53109d3fc590ca1a3c69f44a1bf8562bc1b722de Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Mon, 14 Nov 2022 11:20:31 -0600 Subject: [PATCH] ci: stop running tests in node 19 Node v19.1 dropped this morning and we're seeing tons of test errors. Rather than trying to mangle with a Node version that's in active development, we're only going to run tests on LTS/maintenance releases going forward. see: https://github.com/nodejs/release#release-schedule Co-Authored-By: Jon Ursenbach --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cfc74d37..908cf2bde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,6 @@ jobs: - 14 - 16 - 18 - - 19 steps: - uses: actions/checkout@v3