Skip to content

Bump @types/node from 25.3.3 to 25.3.5 (#978) #2045

Bump @types/node from 25.3.3 to 25.3.5 (#978)

Bump @types/node from 25.3.3 to 25.3.5 (#978) #2045

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-24.04
strategy:
matrix:
node-version: [22.x, 24.x]
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
# - run: yarn build
# - run: npm test