1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Removing yarn version set - made no difference.

This commit is contained in:
mike12345567 2024-03-27 12:24:03 +00:00
parent e36ec14163
commit 36fa7b75de

View file

@ -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