Skip to content

chore(deps): bump express from 4.18.2 to 4.21.0 #1365

chore(deps): bump express from 4.18.2 to 4.21.0

chore(deps): bump express from 4.18.2 to 4.21.0 #1365

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- 'dependabot/**'
- trunk
pull_request:
jobs:
test:
runs-on: ubuntu-latest
# runs-on: [self-hosted, 1ES.Pool=ost-ospo-opensource]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
cache: npm
- name: Install Dependencies
run: npm ci
- name: Run Markdownlint
run: npm run lint:md
- name: Run ESLint
run: npm run lint:js
- name: Run cSpell
run: |
echo "::add-matcher::.github/workflows/cspell-problem-matcher.json"
npm run lint:spell
- name: Run tests
run: npm test
- name: Build container
run: |
docker build .