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 595c2fc commit 3fe493fCopy full SHA for 3fe493f
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Workaround for the nodejs20.x runtime
45
run: |
46
- sudo dnf -y install nodejs20
+ dnf -y install nodejs20
47
mv /opt/actions-runner/externals/node20/bin/node /opt/actions-runner/externals/node20/bin/node-bak
48
ln -s /usr/bin/node-20 /opt/actions-runner/externals/node20/bin/node
49
0 commit comments