Skip to content

Bump fast-jwt from 1.5.1 to 3.3.2 #13

Bump fast-jwt from 1.5.1 to 3.3.2

Bump fast-jwt from 1.5.1 to 3.3.2 #13

Workflow file for this run

name: codecov
on:
push:
paths-ignore:
- "**/*.md"
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install --include-dev
- name: Run tests
run: npm test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}