Skip to content

chore(deps-dev): bump @types/node from 24.2.1 to 24.3.0 in the minor-deps-updates-main group #1462

chore(deps-dev): bump @types/node from 24.2.1 to 24.3.0 in the minor-deps-updates-main group

chore(deps-dev): bump @types/node from 24.2.1 to 24.3.0 in the minor-deps-updates-main group #1462

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
pull_request:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build_cli:
name: Build Create Stencil CLI
uses: ./.github/workflows/build.yml
format:
name: Format Check
uses: ./.github/workflows/format.yml
smoke_test:
name: Smoke Testing
needs: [build_cli]
uses: ./.github/workflows/test-component-starter.yml