Skip to content

Commit

Permalink
Use yarn version 3.x as berry is taking version 4.x now
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatoshniwal committed Oct 26, 2023
1 parent 3bcac26 commit f50f799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-javascript-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Upgrade yarn
run: |
yarn set version berry
yarn set version 3.x
- name: Install Node modules
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f50f799

Please sign in to comment.