Skip to content

Bump @types/node from 24.6.2 to 24.7.2 #435

Bump @types/node from 24.6.2 to 24.7.2

Bump @types/node from 24.6.2 to 24.7.2 #435

Workflow file for this run

name: Build & Test
on: push
jobs:
build:
name: build & test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 20
- run: npm ci
- run: npm run build
- run: npm run lint --if-present
- run: npm test --if-present