Skip to content

Bump typescript from 5.9.3 to 6.0.3 #261

Bump typescript from 5.9.3 to 6.0.3

Bump typescript from 5.9.3 to 6.0.3 #261

Workflow file for this run

name: build
on:
push:
branches: ['main']
pull_request:
branches: ['main']
env:
FORCE_COLOR: 2
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: |
echo "::remove-matcher owner=eslint-compact::"
echo "::remove-matcher owner=eslint-stylish::"
- name: 📥 Checkout
uses: actions/checkout@v4
- name: 🥟 Setup Bun
uses: oven-sh/setup-bun@v2
- name: 🏗️ Install
run: bun install
- name: 🔨 Build and Test
run: bun run all