mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Upgrade yarn when running JS test Github action
This commit is contained in:
parent
3ac789f615
commit
cc9297327b
4
.github/workflows/run-javascript-tests.yml
vendored
4
.github/workflows/run-javascript-tests.yml
vendored
@ -24,6 +24,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Upgrade yarn
|
||||||
|
run: |
|
||||||
|
yarn set version berry
|
||||||
|
|
||||||
- name: Install Node modules
|
- name: Install Node modules
|
||||||
run: |
|
run: |
|
||||||
cd web
|
cd web
|
||||||
|
Loading…
Reference in New Issue
Block a user