Skip to content

Bump @types/node from 20.14.5 to 20.14.6 (#390) #1059

Bump @types/node from 20.14.5 to 20.14.6 (#390)

Bump @types/node from 20.14.5 to 20.14.6 (#390) #1059

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