We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f1f40 commit 8e49b05Copy full SHA for 8e49b05
.github/workflows/build.yml
@@ -86,7 +86,7 @@ jobs:
86
apk upgrade
87
apk add docker nodejs
88
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
89
- docker run --rm -v /:/host alpine sh -c 'cd /host/home/runner/actions-runner/*/externals/ && rm -rf node20/* && mkdir node20/bin && ln -s /usr/bin/node node20/bin/node'
+ docker run --rm -v /:/host alpine sh -c 'cd /host/home/runner/actions-runner/*/externals/ && rm -rf node24/* && mkdir node24/bin && ln -s /usr/bin/node node24/bin/node'
90
shell: sh
91
92
- name: Checkout code
0 commit comments