Skip to content

Commit

Permalink
install node
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed Nov 10, 2024
1 parent 4d87e5f commit ffba13f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
sudo apt update
echo "Installing dependencies!"
sudo apt install -y git firefox-esr xvfb portaudio19-dev libatlas-base-dev redis-server espeak rustc python3-dev libopenblas-dev iptables iptables-persistent
sudo apt install -y git firefox-esr xvfb portaudio19-dev libatlas-base-dev redis-server espeak \
rustc python3-dev libopenblas-dev iptables iptables-persistent nodejs npm
echo "Installing Go Note Go!"
mkdir -p /home/pi/code/github/dbieber
Expand All @@ -54,10 +55,8 @@ jobs:
# Checkout the specific commit
git checkout $GITHUB_SHA
echo "Setting up settings-server"
echo "Building web app"
cd gonotego/settings-server
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt install -y nodejs
npm install
npm run build
cd ../..
Expand Down

0 comments on commit ffba13f

Please sign in to comment.