mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 07:16:52 -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
@ -23,6 +23,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Upgrade yarn
|
||||
run: |
|
||||
yarn set version berry
|
||||
|
||||
- name: Install Node modules
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user