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'
|
|
|
|
export INPUT_BIN_DEST='~/pnpm.temp/.bin'
|
2020-05-08 05:05:45 +00:00
|
|
|
export INPUT_REGISTRY=https://registry.npmjs.com
|
2020-05-09 12:46:36 +00:00
|
|
|
export INPUT_RUN_INSTALL=null
|
2020-05-08 05:05:45 +00:00
|
|
|
exec node dist/index.js
|