From a4f2233c58de052b1803db4f62f893bb7743a89b Mon Sep 17 00:00:00 2001 From: Jeremy Meiss Date: Fri, 29 Nov 2024 15:00:20 -0600 Subject: [PATCH] no need to test node 18.x --- .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 28d3ac8..1b58226 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x] + node-version: [20.x] steps: - uses: actions/checkout@v4