From 17484bb140e4e2713451405110196d473a821cc9 Mon Sep 17 00:00:00 2001 From: ConnectDotz Date: Thu, 11 Apr 2024 16:18:48 -0400 Subject: [PATCH] Update node-ci.yml to remove node 19 --- .github/workflows/node-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index d83df44..21b6fb6 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -35,7 +35,7 @@ jobs: name: Testing on ${{ matrix.os }} with Node v${{ matrix.node-version }} strategy: matrix: - node-version: [18.x, 19.x, 20.x] + node-version: [18.x, 20.x] os: [ubuntu-latest, macOS-latest, windows-latest] runs-on: ${{ matrix.os }} needs: prepare-yarn-cache