mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Try to fix the yarn version mismatch issue.
This commit is contained in:
4
.github/workflows/run-javascript-tests.yml
vendored
4
.github/workflows/run-javascript-tests.yml
vendored
@@ -26,13 +26,13 @@ jobs:
|
||||
with:
|
||||
node-version: '18.x'
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Upgrade yarn
|
||||
run: |
|
||||
yarn set version berry
|
||||
yarn set version 3
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install Node modules
|
||||
run: |
|
||||
cd web
|
||||
|
Reference in New Issue
Block a user