From 8fccc3376df763d5ee4812e93bf8fa7db64a6b24 Mon Sep 17 00:00:00 2001 From: mehditorabiv Date: Wed, 27 Nov 2024 15:48:56 +0300 Subject: [PATCH] update --- .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 4760a4b9..c34f991b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: platform: [ubuntu-latest] - node: ['18', '17'] + node: ['18'] name: test/node ${{ matrix.node }}/${{ matrix.platform }} runs-on: ${{ matrix.platform }} steps: