Skip to content

Bump @types/node from 20.10.0 to 20.10.4 #60

Bump @types/node from 20.10.0 to 20.10.4

Bump @types/node from 20.10.0 to 20.10.4 #60

Workflow file for this run

name: CI
on: push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8.x.x
- uses: actions/setup-node@v4
with:
node-version: '16'
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm fmt:check
- run: pnpm type-check
- run: pnpm build