Skip to content

fix(deps): update dependency http-signature to ~1.4.0 #85

fix(deps): update dependency http-signature to ~1.4.0

fix(deps): update dependency http-signature to ~1.4.0 #85

Workflow file for this run

name: Check with yarn
on: [push, pull_request]
jobs:
build:
name: Install and test with yarn
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.16"
- run: yarn install
- run: yarn test