fix(appium)

requires `npm`.
This commit is contained in:
Jacob Heider 2023-12-11 13:10:22 -05:00
parent 3e8ef1f2ab
commit 51a7a5f2a6
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

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