mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-13 02:59:11 +08:00
7 lines
177 B
Bash
7 lines
177 B
Bash
|
#! /bin/sh
|
||
|
export INPUT_VERSION=4.11.1
|
||
|
export INPUT_DEST=pnpm.temp
|
||
|
export INPUT_BIN_DEST=pnpm.temp/.bin
|
||
|
export INPUT_REGISTRY=https://registry.npmjs.com
|
||
|
exec node dist/index.js
|