From 1023e774118d3a79a2d185e9ec431be0f630c777 Mon Sep 17 00:00:00 2001 From: Kael Shipman Date: Tue, 6 Feb 2024 22:51:13 -0700 Subject: [PATCH] removing node 16 and 18 from tests --- .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 344697d..c283f12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [20.x] steps: - uses: actions/checkout@v4 name: Checkout