Skip to content

fix(deps): update dependency jsonwebtoken to v9.0.2 #7

fix(deps): update dependency jsonwebtoken to v9.0.2

fix(deps): update dependency jsonwebtoken to v9.0.2 #7

Workflow file for this run

name: Pull Request
on:
pull_request:
concurrency:
group: pull-request-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: "package.json"
- run: npm install
- run: npm i -g @vercel/ncc
- run: npm run build