Skip to content

fix(deps): Update dependency web-did-resolver to v2.0.27 #398

fix(deps): Update dependency web-did-resolver to v2.0.27

fix(deps): Update dependency web-did-resolver to v2.0.27 #398

Workflow file for this run

name: Build and Test NODE
on: [pull_request, workflow_dispatch, push]
jobs:
build-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Setup node with cache'
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test