From 5f47fef00a6b3a43e0a47b984084f364e844e2af Mon Sep 17 00:00:00 2001 From: Chlod Alejandro Date: Mon, 30 Oct 2023 09:13:11 +0800 Subject: [PATCH] decrease test count --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 571d227..c8c1b94 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -29,7 +29,7 @@ jobs: fail-fast: true max-parallel: 1 matrix: - node-version: [ 14.x, 16.x, 18.x, 'lts/*', latest ] + node-version: [ 'lts/*', latest ] steps: - uses: actions/checkout@v3