mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +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
1 changed files with 3 additions and 1 deletions
|
@ -8,13 +8,15 @@ versions:
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/pnpm
|
- bin/pnpm
|
||||||
|
- bin/pnpx
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
nodejs.org: '^14,^16,^18'
|
nodejs.org: '>=14 <20'
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script: |
|
script: |
|
||||||
cp bin/pnpm.cjs bin/pnpm
|
cp bin/pnpm.cjs bin/pnpm
|
||||||
|
cp bin/pnpx.cjs bin/pnpx
|
||||||
cp -r . {{prefix}}
|
cp -r . {{prefix}}
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue