Skip to content

Bump github.com/nuts-foundation/go-did from 0.7.1 to 0.9.0 #381

Bump github.com/nuts-foundation/go-did from 0.7.1 to 0.9.0

Bump github.com/nuts-foundation/go-did from 0.7.1 to 0.9.0 #381

Workflow file for this run

name: npm build
on:
push:
branches:
- master
tags:
- 'v*'
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [19.6]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present