Skip to content

Bump qs from 6.12.1 to 6.14.1 #74

Bump qs from 6.12.1 to 6.14.1

Bump qs from 6.12.1 to 6.14.1 #74

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: node
cache: 'npm'
- run: npm ci
- run: npm test