From dcffe31efc3a69ff00aa622e58a3063fd83ac3f0 Mon Sep 17 00:00:00 2001 From: byarahmadi Date: Fri, 22 Nov 2024 14:18:45 +0100 Subject: [PATCH] remove set version stable --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef38181..7fcc87a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,5 @@ jobs: - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - - run: npm i -g yarn - - run: yarn set version stable - run: yarn --immutable - run: yarn test