Update build.yml

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

View File

@ -59,6 +59,7 @@ jobs:
echo 'finished installing node'
apt update
apt install -y nodejs
apt install -y build-essential
node --version
npm install
npm run lint