Skip to content

chore(deps): bump serve-static and express #11

chore(deps): bump serve-static and express

chore(deps): bump serve-static and express #11

Workflow file for this run

name: Test & build
on: [pull_request]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
- run: npm ci --legacy-peer-deps
- run: npm test
- run: npm run build