Skip to content

Bump qs from 6.12.1 to 6.14.1 (#353) #77

Bump qs from 6.12.1 to 6.14.1 (#353)

Bump qs from 6.12.1 to 6.14.1 (#353) #77

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