ci: add the -y flag to installing

This commit is contained in:
Dylan R. E. Moonfire 2021-01-21 18:32:14 -06:00
parent d49e07a94f
commit 6ae8151b1f

View file

@ -6,7 +6,7 @@ stages:
default:
before_script:
- curl -sL https://deb.nodesource.com/setup_15.x | bash -
- apt-get install nodejs yarn
- apt-get install -y nodejs
# The test stage runs on every build and every branch.
test: