Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed May 27, 2024
1 parent c1e51fa commit dcd2030
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-with-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,11 @@ jobs:
node_setup="http://deb.nodesource.com/setup_$NODEJS_VERSION.x"
wget -qO- $node_setup | sudo -E bash -
sudo apt-get install -y nodejs
sudo -H npm install npm@latest -g
node --version
npm --version
sudo -H npm install npm@latest -g
sudo -H npm install -g node-gyp
sudo -H npm install -g @mapbox/node-pre-gyp
Expand Down

0 comments on commit dcd2030

Please sign in to comment.