Skip to content

chore(deps): bump cipher-base from 1.0.4 to 1.0.6 #68

chore(deps): bump cipher-base from 1.0.4 to 1.0.6

chore(deps): bump cipher-base from 1.0.4 to 1.0.6 #68

Workflow file for this run

name: Checks
on: [pull_request, push]
jobs:
Checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: yarn install
- run: yarn build
- run: yarn check-types
- run: yarn lint