Skip to content

build(deps-dev): bump @types/node from 20.19.25 to 24.10.1 #3177

build(deps-dev): bump @types/node from 20.19.25 to 24.10.1

build(deps-dev): bump @types/node from 20.19.25 to 24.10.1 #3177

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["24", "22", "20"]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 2
- name: Setup node
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node }}
cache: "npm"
- run: npm ci
- run: npm run build
- run: npm run test:ci
- run: npm run test:npm