github-actions

This commit is contained in:
David Adewole 2022-01-24 14:04:01 +01:00
parent f1f7e7dd14
commit 65432bf7fd

View File

@ -20,7 +20,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y curl gcc
sudo apt-get install -y build-essential
curl -sL https://deb.nodesource.com/setup_15.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs
cd accounts
npm ci