From 39d9372b2f4d1270003a9cdb0fba18af4ea14452 Mon Sep 17 00:00:00 2001 From: Andre Wiggins Date: Thu, 19 Dec 2024 15:38:31 -0800 Subject: [PATCH] update ci to simplify build --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index de84e1a..b64d0ce 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [20.x] steps: - uses: actions/checkout@v3