Skip to content

Bump typescript from 5.5.4 to 5.6.2 #142

Bump typescript from 5.5.4 to 5.6.2

Bump typescript from 5.5.4 to 5.6.2 #142

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint-format:
name: Lint and Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Format
run: npm run format:check
build-test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Test
uses: coactions/setup-xvfb@v1
with:
run: npm test