Skip to content

Commit

Permalink
Merge pull request ome#551 from jburel/build
Browse files Browse the repository at this point in the history
bump nodejs
  • Loading branch information
will-moore authored Apr 9, 2024
2 parents 3b7ccfa + 1d2e4ee commit 852b510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .omeroci/app-deps
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set -e
set -u
curl -fsSL https://rpm.nodesource.com/setup_16.x | sudo bash -
sudo yum install -y nodejs
curl -fsSL https://rpm.nodesource.com/setup_20.x | sudo bash -
sudo dnf install -y nodejs
npm install -g grunt

0 comments on commit 852b510

Please sign in to comment.