Skip to content

chore(deps): bump serve-static from 1.15.0 to 1.16.2 #89

chore(deps): bump serve-static from 1.15.0 to 1.16.2

chore(deps): bump serve-static from 1.15.0 to 1.16.2 #89

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci --legacy-peer-deps --prefer-offline
- name: Run Jest
run: npm run test:ci