Skip to content

Bump @types/node from 20.14.2 to 20.14.5 (#389) #1057

Bump @types/node from 20.14.2 to 20.14.5 (#389)

Bump @types/node from 20.14.2 to 20.14.5 (#389) #1057

Workflow file for this run

name: Licensed
on:
push:
branches:
- main
paths-ignore:
- '**.md'
- 'imgs\*'
pull_request:
paths-ignore:
- '**.md'
- 'imgs\*'
jobs:
test:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run licensed-check