mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-06-16 08:51:11 +00:00
8 lines
207 B
Bash
8 lines
207 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
|
||
|
make dist/index.js || exit $?
|
||
|
exec node dist/index.js
|