mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
1253504148
commit
8e3ecea9e7
1 changed files with 4 additions and 2 deletions
|
@ -9,11 +9,13 @@ versions:
|
||||||
- /^v\//
|
- /^v\//
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
nodejs.org: ^10.13.0 || ^12 || ^14 || ^16 || ^18 || ^19
|
nodejs.org: ^10.13.0 || ^12 || ^14 || ^16 || ^18 || ^20
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
npmjs.com: "*"
|
npmjs.com: '*'
|
||||||
|
linux/x86-64:
|
||||||
|
python.org: ^3 # node-gyp needs python to build
|
||||||
script:
|
script:
|
||||||
- chmod +x bin/snaplet.js
|
- chmod +x bin/snaplet.js
|
||||||
- npm install .
|
- npm install .
|
||||||
|
|
Loading…
Reference in a new issue