mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 07:16:52 -06:00
Upgade yarn for Javascript style github workflow.
This commit is contained in:
parent
85255b65b1
commit
222e8cc1f8
5
.github/workflows/check-javascript-style.yml
vendored
5
.github/workflows/check-javascript-style.yml
vendored
@ -19,6 +19,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Upgrade yarn
|
||||
run: |
|
||||
yarn set version berry
|
||||
yarn set version 3
|
||||
|
||||
- name: Install Node modules
|
||||
run: |
|
||||
cd web
|
||||
|
Loading…
Reference in New Issue
Block a user