Skip to content

dep: update TypeScript #103

dep: update TypeScript

dep: update TypeScript #103

Workflow file for this run

name: Build
on:
push:
branches:
- v1
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Install and build
run: |
pnpm install
pnpm build
- name: Test
run: |
pnpm test run