Update build.yml

This commit is contained in:
Preston 2020-07-12 16:53:51 -04:00 committed by GitHub
parent bd14c088a5
commit 74d77d46d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ jobs:
run: | run: |
export DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND=noninteractive
export TZ=Europe/Kiev export TZ=Europe/Kiev
apt install -y curl
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
apt update apt update
apt install -y npm apt install -y npm
apt install -y nodejs apt install -y nodejs