Skip to content

Commit 29a2d67

Browse files
committed
[build] nodejs stuff
1 parent 35d72aa commit 29a2d67

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/bins.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
if: runner.os == 'Linux'
5151
run: |
5252
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
53+
apk del nodejs
54+
apk add nodejs --update-cache
5355
mkdir /opt/bin
5456
ln -s /usr/bin/node /opt/bin/node
5557
shell: sh # No bash in Alpine by default

0 commit comments

Comments
 (0)