Skip to content

Bump elliptic from 6.5.7 to 6.6.0 #4190

Bump elliptic from 6.5.7 to 6.6.0

Bump elliptic from 6.5.7 to 6.6.0 #4190

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
- uses: borales/[email protected]
with:
cmd: install
- uses: borales/[email protected]
with:
cmd: lint
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
- uses: borales/[email protected]
with:
cmd: install
- uses: borales/[email protected]
env:
CI: true
with:
cmd: test
- uses: borales/[email protected]
env:
CI: true
with:
cmd: build