Skip to content

Bump typescript from 5.9.3 to 6.0.2 #21

Bump typescript from 5.9.3 to 6.0.2

Bump typescript from 5.9.3 to 6.0.2 #21

Workflow file for this run

name: Security
on:
push:
branches: [main]
pull_request:
schedule:
- cron: '0 6 * * 1'
jobs:
audit:
name: npm Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 22
- run: npm audit --audit-level=critical