action-setup/run.sh

9 lines
211 B
Bash
Raw Permalink Normal View History

2020-05-08 05:05:45 +00:00
#! /bin/sh
2020-05-08 07:16:01 +00:00
# shellcheck disable=SC2155,SC2088
export HOME="$(pwd)"
2020-05-08 05:05:45 +00:00
export INPUT_VERSION=4.11.1
2020-05-08 07:16:01 +00:00
export INPUT_DEST='~/pnpm.temp'
2020-05-09 12:46:36 +00:00
export INPUT_RUN_INSTALL=null
export INPUT_standalone=false
2020-05-08 05:05:45 +00:00
exec node dist/index.js