Skip to content

Bump @types/node from 25.3.3 to 25.3.5 #438

Bump @types/node from 25.3.3 to 25.3.5

Bump @types/node from 25.3.3 to 25.3.5 #438

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
preflight:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
cache: 'npm'
- name: Run preflight checks
run: npm run preflight
- name: Ensure no changes
run: git diff --exit-code