Skip to content

fix(deps): bump fast-uri past GHSA-jqff-g426-hqxp (CVE-2026-76172) #15

fix(deps): bump fast-uri past GHSA-jqff-g426-hqxp (CVE-2026-76172)

fix(deps): bump fast-uri past GHSA-jqff-g426-hqxp (CVE-2026-76172) #15

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: '24'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Type-check
run: npx tsc --noEmit
- name: Run demo (before/after must both succeed)
run: npm run demo