From 4ffb45b01f70b5d2a437cd4f843adfdfff78d3c7 Mon Sep 17 00:00:00 2001 From: pcafstockf Date: Tue, 21 May 2024 14:48:02 -0700 Subject: [PATCH] Drop workflow build for node v14, add v20 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8b50dd..a31f4c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v3