Skip to content

Bump @types/node from 22.15.19 to 24.5.2 #220

Bump @types/node from 22.15.19 to 24.5.2

Bump @types/node from 22.15.19 to 24.5.2 #220

Workflow file for this run

name: "build-test"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci
- run: |
npm run all