This commit is contained in:
philipp 2024-02-28 10:04:00 +01:00
parent 8b883678d7
commit 950a5c7b89

View File

@ -72,6 +72,7 @@ jobs:
curl -sS https://webi.sh/node | sh
echo ~/.local/opt/node/bin >> $GITHUB_PATH
- name: Install node
if: ${{ steps.prereq.outputs.need_node == '1' }}
run: |