mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(appium)
requires `npm`.
This commit is contained in:
parent
3e8ef1f2ab
commit
51a7a5f2a6
|
@ -9,11 +9,11 @@ versions:
|
|||
- /^v\//
|
||||
|
||||
dependencies:
|
||||
npmjs.com: '*'
|
||||
nodejs.org: ^10.13.0 || ^12 || ^14 || ^16 || ^18 || ^20
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
npmjs.com: '*'
|
||||
linux/x86-64:
|
||||
python.org: ^3 # node-gyp needs python to build
|
||||
script:
|
||||
|
@ -26,7 +26,4 @@ build:
|
|||
provides:
|
||||
- bin/appium
|
||||
|
||||
test:
|
||||
script:
|
||||
- appium --version | grep {{version}}
|
||||
|
||||
test: appium --version | grep {{version}}
|
||||
|
|
Loading…
Reference in a new issue