Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

chore(deps): update all non-major dependencies #710

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #710

Workflow file for this run

name: CI
on:
workflow_dispatch: {}
pull_request:
branches:
- main
- next
- v1
push:
branches:
- main
- next
- v1
jobs:
check:
strategy:
matrix:
node-version: [18.x, 20.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v3
- run: pnpm install --frozen-lockfile
- run: pnpm run lint
- run: pnpm run test