Skip to content

Bump @types/node from 24.10.0 to 24.10.1 #840

Bump @types/node from 24.10.0 to 24.10.1

Bump @types/node from 24.10.0 to 24.10.1 #840

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/[email protected]
with:
cache: npm
cache-dependency-path: '**/package-lock.json'
node-version-file: .nvmrc
- run: bash ./scripts/setup.sh
- run: npx lerna exec --stream --concurrency 1 --scope=infrastructure -- bash scripts/ci/setup.sh
- run: npx lerna exec --stream --concurrency 1 --scope=infrastructure -- bash scripts/ci/test.sh
name: Test systems/infrastructure
on:
pull_request:
paths:
- 'systems/infrastructure/**'
push:
branches:
- development
- master
paths:
- 'systems/infrastructure/**'