Skip to content

Migrate 'uuid' from 3.3.3 to 7 #396

Migrate 'uuid' from 3.3.3 to 7

Migrate 'uuid' from 3.3.3 to 7 #396

Workflow file for this run

name: Licensed
on:
push: {branches: main}
pull_request: {branches: main}
jobs:
test:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run licensed-check