Skip to content

chore(deps-dev): bump @faker-js/faker from 8.4.1 to 9.3.0 #100

chore(deps-dev): bump @faker-js/faker from 8.4.1 to 9.3.0

chore(deps-dev): bump @faker-js/faker from 8.4.1 to 9.3.0 #100

Workflow file for this run

name: Code Checks
on:
pull_request:
jobs:
code-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: corepack enable
- run: corepack install --global pnpm@*
- run: pnpm install
- run: pnpm run ci