Skip to content

Bump @types/node from 20.14.6 to 20.14.7 (#392) #1064

Bump @types/node from 20.14.6 to 20.14.7 (#392)

Bump @types/node from 20.14.6 to 20.14.7 (#392) #1064

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