mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-12-22 23:23:57 -06:00
Use yarn version 3.x as berry is taking version 4.x now
This commit is contained in:
parent
3bcac26ff9
commit
f50f799b88
2
.github/workflows/run-javascript-tests.yml
vendored
2
.github/workflows/run-javascript-tests.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
- name: Upgrade yarn
|
||||
run: |
|
||||
yarn set version berry
|
||||
yarn set version 3.x
|
||||
|
||||
- name: Install Node modules
|
||||
run: |
|
||||
|
@ -46,7 +46,7 @@ WORKDIR /pgadmin4/web
|
||||
|
||||
# Build the JS vendor code in the app-builder, and then remove the vendor source.
|
||||
RUN export CPPFLAGS="-DPNG_ARM_NEON_OPT=0" && \
|
||||
yarn set version berry && \
|
||||
yarn set version 3.x && \
|
||||
yarn install && \
|
||||
yarn run bundle && \
|
||||
rm -rf node_modules \
|
||||
|
Loading…
Reference in New Issue
Block a user