Skip to content

Bump qs from 6.11.2 to 6.15.2 #2615

Bump qs from 6.11.2 to 6.15.2

Bump qs from 6.11.2 to 6.15.2 #2615

Workflow file for this run

name: Check links
on: [push, pull_request]
jobs:
check-links:
runs-on: macos-latest
timeout-minutes: 10
steps:
- uses: google/wireit@setup-github-actions-caching/v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- run: npm run test:links