From dd1b6e346e409bc835e7359c028719bbdba1a306 Mon Sep 17 00:00:00 2001 From: Tyler Hall Date: Tue, 10 Oct 2023 18:16:21 -0400 Subject: [PATCH] ci(connect): only run tests for LTS versions of Node #609 --- .github/workflows/connect.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/connect.yml b/.github/workflows/connect.yml index e3121bc2..9f4de81a 100644 --- a/.github/workflows/connect.yml +++ b/.github/workflows/connect.yml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [18.x, 20.X] deno-version: [1.x] steps: