From 73082fea4fed04c57e44e636c65b86c2d4a531cf Mon Sep 17 00:00:00 2001 From: fsubal Date: Sun, 15 Oct 2023 01:59:34 +0000 Subject: [PATCH] only 20.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 81d45c4..26f5487 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x] + node-version: [20.x] steps: - uses: actions/checkout@v4