Skip to content

Bump secp256k1 from 4.0.3 to 4.0.4 #364

Bump secp256k1 from 4.0.3 to 4.0.4

Bump secp256k1 from 4.0.3 to 4.0.4 #364

Workflow file for this run

name: CI/CD Using Github actions workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Node & Npm Version
run: |
node -v
npm -v
- name: Install 🔧
run: npm install
- name: Test 🚨
run: npm test