Skip to content

build(deps-dev): bump @types/node from 20.8.10 to 20.9.0 #1400

build(deps-dev): bump @types/node from 20.8.10 to 20.9.0

build(deps-dev): bump @types/node from 20.8.10 to 20.9.0 #1400

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/checkout@v4.1.1
- uses: actions/setup-node@v4.0.0
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn prettier:check
- run: yarn build
- run: yarn start