Skip to content

Update dependency @types/node to v24.12.0 #2672

Update dependency @types/node to v24.12.0

Update dependency @types/node to v24.12.0 #2672

Workflow file for this run

name: Pipeline
on:
- pull_request
jobs:
eslint:
runs-on: self-hosted
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: '24.x'
registry-url: 'https://registry.npmjs.org'
- run: npx yarn install --frozen-lockfile
- run: npx yarn lint:check
test:
runs-on: self-hosted
needs:
- eslint
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: '24.x'
registry-url: 'https://registry.npmjs.org'
- run: npx yarn install --frozen-lockfile
- run: npx yarn test