mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 15:26:46 -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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Upgrade yarn
|
||||||
|
run: |
|
||||||
|
yarn set version berry
|
||||||
|
yarn set version 3
|
||||||
|
|
||||||
- name: Install Node modules
|
- name: Install Node modules
|
||||||
run: |
|
run: |
|
||||||
cd web
|
cd web
|
||||||
|
Loading…
Reference in New Issue
Block a user