Skip to content

build(deps-dev): bump express from 4.19.2 to 4.21.2 #2046

build(deps-dev): bump express from 4.19.2 to 4.21.2

build(deps-dev): bump express from 4.19.2 to 4.21.2 #2046

Workflow file for this run

name: Continuous Integration
on:
pull_request:
permissions: read-all
jobs:
unit-tests:
runs-on: ubuntu-latest
permissions: read-all
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup
uses: ./.github/actions/setup
- run: npm run version:check
- name: Size check
run: npm run size-limit
- name: Lint code
run: npm run lint
- name: Lint docs
run: npm run lint:markdown
- name: Transpile code
run: npm run compile
- name: Unit test
run: npm run test:unit:ci
- name: Unit test (nodejs)
run: npm run test:unit:ci-node
playwright:
uses: ./.github/workflows/tests.yml
secrets: inherit