diff --git a/scripts/ci/build-frontend b/scripts/ci/build-frontend index 616b592..159c8b6 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:14 \ + node:16g \ ${*} }