Skip to content

Bump typescript from 5.4.5 to 5.5.2 #1060

Bump typescript from 5.4.5 to 5.5.2

Bump typescript from 5.4.5 to 5.5.2 #1060

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