Skip to content

build(deps): bump @mattrglobal/bbs-signatures, bs58 and rfc4648 #160

build(deps): bump @mattrglobal/bbs-signatures, bs58 and rfc4648

build(deps): bump @mattrglobal/bbs-signatures, bs58 and rfc4648 #160

Workflow file for this run

name: any-pr
on: [pull_request]
jobs:
build_test:
name: Build test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn build
- run: yarn test:wasm
- run: yarn test:node --coverage