Skip to content

Bump prettier from 3.2.5 to 3.4.2 #176

Bump prettier from 3.2.5 to 3.4.2

Bump prettier from 3.2.5 to 3.4.2 #176

Workflow file for this run

name: Build Test
on:
push:
branches:
- 'main'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 20
cache: yarn
- name: Package install
run: yarn
- name: App build
run: yarn build