Skip to content

Commit

Permalink
Update build_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Teingi authored Dec 3, 2024
1 parent 2910239 commit 99c047c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
yum install curl -yyq
curl -LO https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz
mkdir /node20217
tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
ldd /__e/node20/bin/node
Expand Down

0 comments on commit 99c047c

Please sign in to comment.