Skip to content

chore(deps): update dependency @types/node to v16.18.70 (#2405) #1698

chore(deps): update dependency @types/node to v16.18.70 (#2405)

chore(deps): update dependency @types/node to v16.18.70 (#2405) #1698

Workflow file for this run

name: Dependency License Scanning
on:
push:
branches:
- main
- chore/fossa-workflow # convenience branch for future fossa tweaks
jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: fossas/fossa-action@main # Use a specific version if locking is preferred
with:
api-key: ${{secrets.FOSSA_API_KEY}}