Skip to content

Bump elliptic from 6.5.7 to 6.6.1 #949

Bump elliptic from 6.5.7 to 6.6.1

Bump elliptic from 6.5.7 to 6.6.1 #949

Workflow file for this run

name: Build
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '16.x'
- name: Build
run: |
yarn
yarn build
- name: Test
run: yarn jest