Update build.yml
This commit is contained in:
parent
f38894ba88
commit
e737c940e2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue