mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-19 01:15:04 -05:00
1) Unpin the electron version for RHEL 8 as respective issue is fixed.
2) Updated Javascript dependencies.
This commit is contained in:
@@ -141,11 +141,6 @@ _build_runtime() {
|
||||
fi
|
||||
|
||||
ELECTRON_VERSION="$(npm info electron version)"
|
||||
# Pin the electron version to "33.3.2" due to the following issue
|
||||
# https://github.com/electron/electron/issues/45884
|
||||
if [ "$1" == 'redhat' ] && [ "${OS_VERSION}" == "8" ]; then
|
||||
ELECTRON_VERSION="33.3.2"
|
||||
fi
|
||||
|
||||
pushd "${BUILDROOT}" > /dev/null || exit
|
||||
while true;do
|
||||
|
||||
Reference in New Issue
Block a user