Skip to content

build(deps): bump qs from 6.14.0 to 6.14.1 in the npm_and_yarn group across 1 directory #157

build(deps): bump qs from 6.14.0 to 6.14.1 in the npm_and_yarn group across 1 directory

build(deps): bump qs from 6.14.0 to 6.14.1 in the npm_and_yarn group across 1 directory #157

Workflow file for this run

name: CI
permissions:
contents: read
pull-requests: write
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test-build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [25.x, 24.x, 22.x]
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
- name: Security audit
run: npm audit --audit-level=moderate