Skip to content

chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 #1943

chore(deps-dev): bump typescript from 5.5.4 to 5.6.2

chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 #1943

Workflow file for this run

on:
push:
branches:
- main
pull_request:
types: [assigned, opened, synchronize, reopened, labeled]
permissions:
contents: read
name: ci
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- run: yarn
- run: yarn build
- run: yarn test