Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Bump elliptic from 6.5.4 to 6.6.1 #41

Bump elliptic from 6.5.4 to 6.6.1

Bump elliptic from 6.5.4 to 6.6.1 #41

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: main
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: DerYeger/[email protected]
with:
node-version: 15.9.0
build:
runs-on: ubuntu-latest
needs: setup
steps:
- uses: DerYeger/[email protected]
with:
node-version: 15.9.0
- run: yarn run build
lint:
runs-on: ubuntu-latest
needs: setup
steps:
- uses: DerYeger/[email protected]
with:
node-version: 15.9.0
- run: yarn run lint