Skip to content

Bump elliptic from 6.5.5 to 6.5.7 #210

Bump elliptic from 6.5.5 to 6.5.7

Bump elliptic from 6.5.5 to 6.5.7 #210

name: build-lint-test
on: [push, pull_request]
jobs:
build-and-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Lint
run: npm run lint
- name: Test
run: npm test