make webpack-compile fails with The engine "node" is incompatible with this module. Expected version ">=10.13.0". Got "8.10.0"
Using fresh gck install make webpack-compile
fails with
$ make webpack-compile
./scripts/proxy docker-compose run -e FORCE_WEBPACK_COMPILE=true webpack
WARNING: The METRICS_TOKEN variable is not set. Defaulting to a blank string.
+ /scripts/helpers/fix-perms.sh
chown: cannot access '/data/repositories': No such file or directory
chown: cannot access '/data/shared': No such file or directory
mkdir: cannot create directory '/data/shared/artifacts': No such file or directory
mkdir: cannot create directory '/data/shared/uploads': No such file or directory
mkdir: cannot create directory '/data/shared/pages': No such file or directory
mkdir: cannot create directory '/data/shared/builds': No such file or directory
mkdir: cannot create directory '/data/shared/lfs': No such file or directory
chown: cannot access '/data/shared/*': No such file or directory
+ /scripts/helpers/fix-gitlab-tmp.sh
~/gitlab ~/gitlab
~/gitlab
+ cd /home/git/gitlab
+ [[ -n true ]]
+ echo 'Webpack forced compilation!'
Webpack forced compilation!
+ yarn install
yarn install v1.22.4
[1/5] Validating package.json...
error @: The engine "node" is incompatible with this module. Expected version ">=10.13.0". Got "8.10.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
make: *** [Makefile.env.mk:47: webpack-compile] Error 1