Skip to content

Bump pbkdf2 from 3.1.1 to 3.1.3 #402

Bump pbkdf2 from 3.1.1 to 3.1.3

Bump pbkdf2 from 3.1.1 to 3.1.3 #402

Workflow file for this run

name: Jest and Linting
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependendencies
run: npm install
- name: Running Jest Tests
run: npm test --ci
- name: Running ESLint
run: npm run lint