Skip to content

Bump elliptic from 6.5.4 to 6.6.0 #42

Bump elliptic from 6.5.4 to 6.6.0

Bump elliptic from 6.5.4 to 6.6.0 #42

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request_target:
jobs:
test:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- run: yarn install
- run: yarn test:unit