Skip to content

Bump qs from 6.14.2 to 6.15.2 #304

Bump qs from 6.14.2 to 6.15.2

Bump qs from 6.14.2 to 6.15.2 #304

Workflow file for this run

---
name: Node CI
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: install, lint, and check types
run: |
npm install
npm run lint
npm run check-types