Skip to content

Bump @types/node from 25.3.3 to 25.4.0 in the actions group (#501) #976

Bump @types/node from 25.3.3 to 25.4.0 in the actions group (#501)

Bump @types/node from 25.3.3 to 25.4.0 in the actions group (#501) #976

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- run: |
npm install
npm test