Skip to content

chore(deps-dev): bump shell-quote from 1.8.3 to 1.8.4 #122

chore(deps-dev): bump shell-quote from 1.8.3 to 1.8.4

chore(deps-dev): bump shell-quote from 1.8.3 to 1.8.4 #122

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
permissions:
contents: read
jobs:
typecheck-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
env:
NODE_OPTIONS: '--max-old-space-size=8192'
- name: Build (typecheck + compile)
run: npm run build
env:
NODE_OPTIONS: '--max-old-space-size=8192'
- name: npm audit (fail on high/critical)
run: npm audit --omit=dev --audit-level=high