Skip to content

Bump elliptic from 6.5.5 to 6.5.7 #171

Bump elliptic from 6.5.5 to 6.5.7

Bump elliptic from 6.5.5 to 6.5.7 #171

Workflow file for this run

name: Main workflow
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install packages
run: yarn --frozen-lockfile
- name: Build
run: yarn build