Skip to content

build(deps-dev): bump typescript from 5.5.2 to 5.5.3 #3523

build(deps-dev): bump typescript from 5.5.2 to 5.5.3

build(deps-dev): bump typescript from 5.5.2 to 5.5.3 #3523

Workflow file for this run

name: QA
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm ci
- run: npm run check
- run: npm test
- run: npm run compile
- run: npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose