Skip to content

Bump @types/node from 24.7.2 to 24.9.0 in the actions group #871

Bump @types/node from 24.7.2 to 24.9.0 in the actions group

Bump @types/node from 24.7.2 to 24.9.0 in the actions group #871

Workflow file for this run

name: 'Run unit tests.'
on: # rebuild any PRs and main branch changes
pull_request:
branches:
- main
- 'releases/*'
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci works properly
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- run: |
npm install
npm test