Skip to content

Bump elliptic from 6.5.4 to 6.5.7 #21

Bump elliptic from 6.5.4 to 6.5.7

Bump elliptic from 6.5.4 to 6.5.7 #21

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: docker://timbru31/java-node:latest
- uses: actions/checkout@v2
- name: run tests
run: 'yarn && yarn shadow-cljs compile test-file && node ./target/test.js'