mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+pnpm.io: pnpx and node 19 support (#488)
* feat(+pnpm.io): add `pnpx` support * feat(+pnpm.io): add node 19 support
This commit is contained in:
parent
3263c46165
commit
6cbefec7ad
|
@ -8,13 +8,15 @@ versions:
|
|||
|
||||
provides:
|
||||
- bin/pnpm
|
||||
- bin/pnpx
|
||||
|
||||
dependencies:
|
||||
nodejs.org: '^14,^16,^18'
|
||||
nodejs.org: '>=14 <20'
|
||||
|
||||
build:
|
||||
script: |
|
||||
cp bin/pnpm.cjs bin/pnpm
|
||||
cp bin/pnpx.cjs bin/pnpx
|
||||
cp -r . {{prefix}}
|
||||
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue