Skip to content

Bump pbkdf2 from 3.1.2 to 3.1.3 #37

Bump pbkdf2 from 3.1.2 to 3.1.3

Bump pbkdf2 from 3.1.2 to 3.1.3 #37

Workflow file for this run

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