From 39419e129243612a1e4f963b39aa8df4e47c574b Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Mon, 24 Apr 2023 13:26:51 -0700 Subject: [PATCH] ci: only run the tests on Node 18 --- .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 82faa00c..72a1e3ae 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -64,7 +64,7 @@ jobs: # uses: mxschmitt/action-tmate@v3 - name: Test - if: "${{ !contains(github.event.head_commit.message, '[skip test]') && !matrix.skip_test }}" + if: "${{ !contains(github.event.head_commit.message, '[skip test]') && contains(matrix.node, '18') }}" run: | pnpm run test