Update build.yml

This commit is contained in:
Preston 2020-07-12 21:48:31 -04:00 committed by GitHub
parent f38894ba88
commit e737c940e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ jobs:
run: | run: |
export DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND=noninteractive
export TZ=Europe/Kiev export TZ=Europe/Kiev
apt update
apt install -y curl apt install -y curl
echo 'installing node 12x' echo 'installing node 12x'
curl -sL https://deb.nodesource.com/setup_12.x | bash curl -sL https://deb.nodesource.com/setup_12.x | bash