mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-10 09:39:11 +08:00
1ee9c9d01d
* upgrade versions to latest * remove usage of ts-schema-autogen * fix: update pnpm sources * update build/output * use node20 * fix: run-install array output * fix: maintain behaviour for parseRunInstall, error messages * fix: another edge case for input.args * fix: use zod for input validation * fix: use zod.infer for exported RunInstall types * fix: remove @types/js-yaml --------- Co-authored-by: Zoltan Kochan <z@kochan.io>
14 lines
123 B
Plaintext
14 lines
123 B
Plaintext
node_modules
|
|
*.log
|
|
/dist/*
|
|
!/dist/index.js
|
|
!/dist/pnpm.cjs
|
|
!/dist/worker.js
|
|
tmp
|
|
temp
|
|
*.tmp
|
|
*.temp
|
|
tmp.*
|
|
temp.*
|
|
.pnpm-store
|