Skip to content

Commit

Permalink
Remove install npm latest from build for arm
Browse files Browse the repository at this point in the history
Build is breaking, probably a problem of npm 10
with node 18
  • Loading branch information
giggio committed Sep 19, 2023
1 parent 1ddef09 commit 91065a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:
tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner
rm sha
rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz"
npm install -g npm@latest
run: |
node --version
npm --version
Expand Down

0 comments on commit 91065a6

Please sign in to comment.