Skip to content

fix(deps): update dependency iron-webcrypto to ^0.10.0 - autoclosed #929

fix(deps): update dependency iron-webcrypto to ^0.10.0 - autoclosed

fix(deps): update dependency iron-webcrypto to ^0.10.0 - autoclosed #929

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: "lts/gallium"
cache: "npm"
- run: npm ci
- run: npm run test
- uses: codecov/codecov-action@v2