Skip to content

chore(dev-deps): bump prettier from 3.2.4 to 3.4.2 #9

chore(dev-deps): bump prettier from 3.2.4 to 3.4.2

chore(dev-deps): bump prettier from 3.2.4 to 3.4.2 #9

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- main
jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: pnpm/[email protected]
with:
version: 8
- name: Checkout
uses: actions/[email protected]
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 18
cache: pnpm
- name: Install Dependencies
run: pnpm install
- name: Build
run: pnpm build
- name: Test
run: pnpm test