Skip to content

build(deps-dev): bump jsonwebtoken from 8.5.1 to 9.0.0 #1

build(deps-dev): bump jsonwebtoken from 8.5.1 to 9.0.0

build(deps-dev): bump jsonwebtoken from 8.5.1 to 9.0.0 #1

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test.yml
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
dependabot:
uses: ./.github/workflows/dependabot-auto-merge.yml
needs: test
secrets:
GH_TOKEN: "${{ secrets.GH_DEPENDABOT_TOKEN || secrets.GH_DEPLOY_TOKEN }}"