+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:
Ramazan Elsunakev 2023-03-09 18:12:16 +04:00 committed by GitHub
parent 3263c46165
commit 6cbefec7ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: