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 16966f5 commit c1e51fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-with-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
echo "NODEJS_VERSION: ${{ inputs.NODEJS_VERSION }}"
node --version
npm --version
# node --version
# npm --version
node_setup="http://deb.nodesource.com/setup_$NODEJS_VERSION.x"
wget -qO- $node_setup | sudo -E bash -
Expand Down

0 comments on commit c1e51fa

Please sign in to comment.