Skip to content

build(deps): bump swiper from 11.1.9 to 11.1.10 #935

build(deps): bump swiper from 11.1.9 to 11.1.10

build(deps): bump swiper from 11.1.9 to 11.1.10 #935

Workflow file for this run

name: check
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Typecheck
run: yarn typecheck
- name: Build application
run: yarn build
env:
CI: true