Skip to content

deps(deps): bump qs from 6.15.3 to 6.16.0 #2455

deps(deps): bump qs from 6.15.3 to 6.16.0

deps(deps): bump qs from 6.15.3 to 6.16.0 #2455

Workflow file for this run

name: Run Tests
permissions:
contents: read
on:
push:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
- run: npm ci
- run: node server.js &
- run: npm run test:ci
- name: Fetch full git history for version injection
run: git fetch --unshallow || true