From e36ec141637b12513b50e4e17cc526cbc3b32760 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Wed, 27 Mar 2024 12:05:44 +0000 Subject: [PATCH] Use yarn 1.22.19 across all CI steps. --- .github/workflows/budibase_ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/budibase_ci.yml b/.github/workflows/budibase_ci.yml index 2898d06682..d1d0ea214e 100644 --- a/.github/workflows/budibase_ci.yml +++ b/.github/workflows/budibase_ci.yml @@ -43,7 +43,7 @@ jobs: with: node-version: 20.x cache: yarn - - run: yarn policies set-version 1.22.19 + - run: yarn set version 1.22.19 - run: yarn --frozen-lockfile - run: yarn lint @@ -62,6 +62,7 @@ jobs: with: node-version: 20.x cache: yarn + - run: yarn set version 1.22.19 - run: yarn --frozen-lockfile # Run build all the projects @@ -104,6 +105,7 @@ jobs: with: node-version: 20.x cache: yarn + - run: yarn set version 1.22.19 - run: yarn --frozen-lockfile - name: Test run: | @@ -128,6 +130,7 @@ jobs: with: node-version: 20.x cache: yarn + - run: yarn set version 1.22.19 - run: yarn --frozen-lockfile - name: Test worker run: | @@ -165,6 +168,7 @@ 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 @@ -189,6 +193,7 @@ 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