Skip to content

fix(deps): update all non-major dependencies with stable version (minor) #187

fix(deps): update all non-major dependencies with stable version (minor)

fix(deps): update all non-major dependencies with stable version (minor) #187

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
jobs:
test:
name: Lint, Build, and Test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup PNPM with Dependencies
uses: ./.github/actions/setup-pnpm-with-dependencies/
with:
force-install: true
- name: Build
run: pnpm build
- name: Test
run: pnpm test