Skip to content

build(deps): bump nanoid from 3.3.7 to 3.3.8 in /playground/Coalesce.Web.Vue3 #669

build(deps): bump nanoid from 3.3.7 to 3.3.8 in /playground/Coalesce.Web.Vue3

build(deps): bump nanoid from 3.3.7 to 3.3.8 in /playground/Coalesce.Web.Vue3 #669

Workflow file for this run

name: build-alpha
on:
pull_request:
branches: [dev, next]
paths-ignore: ['docs/**']
push:
branches: [dev, next]
paths-ignore: ['docs/**']
workflow_dispatch:
jobs:
meta:
uses: ./.github/workflows/part-compute-version.yml
secrets: inherit
with:
prereleaseSlug: ci
build:
uses: ./.github/workflows/part-build.yml
secrets: inherit
needs: meta
with:
COALESCE_VERSION: ${{ needs.meta.outputs.COALESCE_VERSION }}