We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d72aa commit 29a2d67Copy full SHA for 29a2d67
1 file changed
.github/workflows/bins.yml
@@ -50,6 +50,8 @@ jobs:
50
if: runner.os == 'Linux'
51
run: |
52
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
53
+ apk del nodejs
54
+ apk add nodejs --update-cache
55
mkdir /opt/bin
56
ln -s /usr/bin/node /opt/bin/node
57
shell: sh # No bash in Alpine by default
0 commit comments