Skip to content

build(deps-dev): bump @types/node from 20.10.3 to 20.10.4 (#660) #1443

build(deps-dev): bump @types/node from 20.10.3 to 20.10.4 (#660)

build(deps-dev): bump @types/node from 20.10.3 to 20.10.4 (#660) #1443

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"
name: build
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn prettier:check
- run: yarn build
- run: yarn start