Skip to content

chore: bumped node to 10.1.2 #127

chore: bumped node to 10.1.2

chore: bumped node to 10.1.2 #127

Workflow file for this run

name: Fossa Scan
on:
push:
branches: [ main ]
pull_request:
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}}
- uses: fossas/fossa-action@main # Use a specific version if locking is preferred
with:
api-key: ${{secrets.FOSSA_API_KEY}}
run-tests: true