Skip to content

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

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 #298

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
- name: Install Node dependencies
run: yarn --frozen-lockfile
- name: Build
run: yarn build
- name: Build lib
run: yarn build:lib
- name: Test
run: yarn test:unit
- name: Lint
run: yarn lint
- name: Check formatting
run: yarn fmt