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 46e11d1 commit 4d87e5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
echo "Setting up settings-server"
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 4d87e5f

Please sign in to comment.