Skip to content

Commit c5fb669

Browse files
committed
wip
1 parent 97ee242 commit c5fb669

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action.yml

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

0 commit comments

Comments
 (0)