Skip to content

Chore(deps-dev): Bump elliptic in /jupyter-geppetto/js #1508

Chore(deps-dev): Bump elliptic in /jupyter-geppetto/js

Chore(deps-dev): Bump elliptic in /jupyter-geppetto/js #1508

Workflow file for this run

name: Geppetto.js Workflow
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
defaults:
run:
working-directory: geppetto.js
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 15.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: cd geppetto-core && yarn && yarn test