Skip to content

Commit 97ee242

Browse files
committed
wip
1 parent a30e089 commit 97ee242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
2323
- run: |
2424
if ! command -v node >/dev/null 2>&1; then
25-
node() { pkgx node^20 "$@" || }
25+
node() { pkgx node^20 "$@" }
2626
fi
2727
node "$GITHUB_ACTION_PATH"/action.js ${{ steps.env.outputs.file }}
2828
shell: bash

0 commit comments

Comments
 (0)