Skip to content

chore(deps-dev): bump @rollup/plugin-node-resolve from 16.0.0 to 16.0.1 in the patch-deps-updates-main group #1376

chore(deps-dev): bump @rollup/plugin-node-resolve from 16.0.0 to 16.0.1 in the patch-deps-updates-main group

chore(deps-dev): bump @rollup/plugin-node-resolve from 16.0.0 to 16.0.1 in the patch-deps-updates-main group #1376

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