Skip to content

build(deps): Bump qs and express #1909

build(deps): Bump qs and express

build(deps): Bump qs and express #1909

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Use Node.js 22
uses: actions/setup-node@v6
with:
node-version: 22
- name: npm install, build, and test
run: |
npm ci
npm run build --if-present
env:
CI: true