Skip to content

build(deps): bump express from 4.21.2 to 4.22.1 #195

build(deps): bump express from 4.21.2 to 4.22.1

build(deps): bump express from 4.21.2 to 4.22.1 #195

Workflow file for this run

name: CI
on: push
jobs:
test_build:
name: Test Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install
uses: ./.github/actions/install
- name: Assert Types
run: npm run check-types
- name: Assert Types
run: npm run lint
- name: Build website
run: npm run build