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\//
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}}