Skip to content

chore(deps): bump the minor-and-patch group across 13 directories with 11 updates #7

chore(deps): bump the minor-and-patch group across 13 directories with 11 updates

chore(deps): bump the minor-and-patch group across 13 directories with 11 updates #7

name: ci-release-info-build
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
paths:
- 'tools/release-info/**'
jobs:
build:
if: github.event_name == 'pull_request'
name: build
runs-on: ubuntu-latest
defaults:
run:
working-directory: tools/release-info
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: ">=22"
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build