Update build.yml

This commit is contained in:
Preston 2020-07-12 20:41:06 -04:00 committed by GitHub
parent 1016d693e4
commit f38894ba88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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