Skip to content

chore(deps-dev): bump prettier from 3.1.1 to 3.2.2 #216

chore(deps-dev): bump prettier from 3.1.1 to 3.2.2

chore(deps-dev): bump prettier from 3.1.1 to 3.2.2 #216

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "lts/*"
cache: yarn
- name: yarn install, build and test
run: |
yarn install
yarn run test
yarn run build