Skip to content

chore(deps): bump express from 4.21.2 to 4.22.1 in /website #624

chore(deps): bump express from 4.21.2 to 4.22.1 in /website

chore(deps): bump express from 4.21.2 to 4.22.1 in /website #624

Workflow file for this run

name: CI
on: [pull_request]
jobs:
ci:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Configure doist package repository
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci
- name: Run CI Check
run: npm run integrity-checks