Update build.yml
This commit is contained in:
parent
e737c940e2
commit
04a26c143b
|
@ -59,6 +59,7 @@ jobs:
|
||||||
echo 'finished installing node'
|
echo 'finished installing node'
|
||||||
apt update
|
apt update
|
||||||
apt install -y nodejs
|
apt install -y nodejs
|
||||||
|
apt install -y build-essential
|
||||||
node --version
|
node --version
|
||||||
npm install
|
npm install
|
||||||
npm run lint
|
npm run lint
|
||||||
|
|
Loading…
Reference in New Issue