Skip to content

build(deps-dev): bump @types/node from 22.9.0 to 22.9.3 (#819) #1746

build(deps-dev): bump @types/node from 22.9.0 to 22.9.3 (#819)

build(deps-dev): bump @types/node from 22.9.0 to 22.9.3 (#819) #1746

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
bootstrap:
strategy:
matrix:
os:
- ubuntu
- macos
- windows
node-version:
- "18.x"
- "20.x"
- "22.x"
name: build
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4.1.0
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn prettier:check
- run: yarn build
- run: yarn start