fix(snaplet)

closes #4224
This commit is contained in:
Jacob Heider 2023-11-27 10:19:06 -05:00 committed by Jacob Heider
parent 1253504148
commit 8e3ecea9e7

View file

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