Skip to content

Bump @types/node from 26.1.1 to 26.1.2 #458

Bump @types/node from 26.1.1 to 26.1.2

Bump @types/node from 26.1.1 to 26.1.2 #458

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v7.0.1
- name: Setup Lefthook
uses: threeal/setup-lefthook-action@v1.0.0
- name: Setup pnpm
uses: threeal/setup-pnpm-action@v2.0.0
- name: Check pre-commit hook
run: lefthook run pre-commit --all-files
- name: Test
run: pnpm vitest run
- name: Package
run: pnpm pack