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