diff --git a/scripts/ci/build-frontend b/scripts/ci/build-frontend index 159c8b6..b3dc849 100755 --- a/scripts/ci/build-frontend +++ b/scripts/ci/build-frontend @@ -13,7 +13,7 @@ docker_cmd() { -e REACT_APP_COMMIT=${BUILD_COMMIT:-0000000} \ -v "$(pwd):/app" \ -w "/app/frontend" \ - node:16g \ + node:16 \ ${*} }