Skip to content

ci: pin typescript dependency to 5.6.3 (#200) #346

ci: pin typescript dependency to 5.6.3 (#200)

ci: pin typescript dependency to 5.6.3 (#200) #346

Workflow file for this run

name: CI
on:
push:
branches: [ 'main' ]
paths-ignore:
- '**.md' # Don't run CI on markdown changes.
pull_request:
branches: [ 'main', 'feat/**' ]
paths-ignore:
- '**.md'
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/ci