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