Skip to content

Bump prettier from 3.3.0 to 3.3.1 #120

Bump prettier from 3.3.0 to 3.3.1

Bump prettier from 3.3.0 to 3.3.1 #120

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
bootstrap:
strategy:
matrix:
os:
- ubuntu
- macos
node-version:
- '14.x'
- '16.x'
- '18.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 build
- run: yarn start