From 864a10be118fd3930c6205991c1e2d6e1337b572 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Wed, 30 Nov 2022 16:53:49 -0800 Subject: [PATCH] ci: stop testing on node 19 until it hits LTS --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a73c87d..110c23b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,6 @@ jobs: - 14 - 16 - 18 - - 19 steps: - name: Checkout source