mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Upgrade yarn to fix github action failures.
This commit is contained in:
parent
22b386165d
commit
9611e06dcf
5
.github/workflows/run-feature-tests-epas.yml
vendored
5
.github/workflows/run-feature-tests-epas.yml
vendored
@ -136,6 +136,11 @@ jobs:
|
||||
}
|
||||
EOF
|
||||
|
||||
- name: Upgrade yarn
|
||||
run: |
|
||||
yarn set version berry
|
||||
yarn set version 3
|
||||
|
||||
- name: Build the JS bundle
|
||||
run: |
|
||||
cd web
|
||||
|
5
.github/workflows/run-feature-tests-pg.yml
vendored
5
.github/workflows/run-feature-tests-pg.yml
vendored
@ -139,6 +139,11 @@ jobs:
|
||||
}
|
||||
EOF
|
||||
|
||||
- name: Upgrade yarn
|
||||
run: |
|
||||
yarn set version berry
|
||||
yarn set version 3
|
||||
|
||||
- name: Build the JS bundle
|
||||
run: |
|
||||
cd web
|
||||
|
Loading…
Reference in New Issue
Block a user