Skip to content

chore(deps-dev): bump typescript from 5.5.3 to 5.6.3 #422

chore(deps-dev): bump typescript from 5.5.3 to 5.6.3

chore(deps-dev): bump typescript from 5.5.3 to 5.6.3 #422

name: Build, test and lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 20.x
cache: 'npm'
- run: npm ci
- run: npm run lint