Skip to content

chore(deps): bump jsonwebtoken from 8.5.1 to 9.0.0 #622

chore(deps): bump jsonwebtoken from 8.5.1 to 9.0.0

chore(deps): bump jsonwebtoken from 8.5.1 to 9.0.0 #622

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint