Skip to content

chore(deps): bump qs from 6.14.1 to 6.14.2 #143

chore(deps): bump qs from 6.14.1 to 6.14.2

chore(deps): bump qs from 6.14.1 to 6.14.2 #143

Workflow file for this run

name: Conformance
on: [push, pull_request]
# 🔐 Restrict GITHUB_TOKEN permissions (least privilege)
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with: { node-version: '20' }
- run: npm ci
- run: npm run test
- uses: actions/upload-artifact@v4
with:
name: conformance-json
path: docs/conformance.json