From 36fa7b75deb0b5807f4e74b3d77df2c5ba185687 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Wed, 27 Mar 2024 12:24:03 +0000 Subject: [PATCH] Removing yarn version set - made no difference. --- .github/workflows/budibase_ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/budibase_ci.yml b/.github/workflows/budibase_ci.yml index d1d0ea214e..5a0d09033a 100644 --- a/.github/workflows/budibase_ci.yml +++ b/.github/workflows/budibase_ci.yml @@ -43,7 +43,6 @@ jobs: with: node-version: 20.x cache: yarn - - run: yarn set version 1.22.19 - run: yarn --frozen-lockfile - run: yarn lint @@ -62,7 +61,6 @@ jobs: with: node-version: 20.x cache: yarn - - run: yarn set version 1.22.19 - run: yarn --frozen-lockfile # Run build all the projects @@ -105,7 +103,6 @@ jobs: with: node-version: 20.x cache: yarn - - run: yarn set version 1.22.19 - run: yarn --frozen-lockfile - name: Test run: | @@ -130,7 +127,6 @@ jobs: with: node-version: 20.x cache: yarn - - run: yarn set version 1.22.19 - run: yarn --frozen-lockfile - name: Test worker run: | @@ -168,7 +164,6 @@ jobs: docker pull testcontainers/ryuk:0.5.1 docker pull budibase/couchdb - - run: yarn set version 1.22.19 - run: yarn --frozen-lockfile - name: Test server @@ -193,7 +188,6 @@ jobs: with: node-version: 20.x cache: yarn - - run: yarn set version 1.22.19 - run: yarn --frozen-lockfile - name: Build packages run: yarn build --scope @budibase/server --scope @budibase/worker