Skip to content

chore(deps): bump next from 16.1.6 to 16.2.6 #18

chore(deps): bump next from 16.1.6 to 16.2.6

chore(deps): bump next from 16.1.6 to 16.2.6 #18

Workflow file for this run

name: fast-check
on:
pull_request:
workflow_dispatch:
concurrency:
group: fast-check-${{ github.ref }}
cancel-in-progress: true
jobs:
fast-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run fast-check gate
run: ./scripts/fast-check.sh