Skip to content

chore(deps): bump express from 4.19.2 to 4.21.0 #77

chore(deps): bump express from 4.19.2 to 4.21.0

chore(deps): bump express from 4.19.2 to 4.21.0 #77

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest
- name: Check Linting and Formatting
run: npm run ci