Skip to content

chore(deps): update pnpm to v8.6.8 #2513

chore(deps): update pnpm to v8.6.8

chore(deps): update pnpm to v8.6.8 #2513

Workflow file for this run

name: CI
on:
pull_request:
push:
release:
types: [published]
jobs:
build:
name: Build
uses: dargmuesli/github-actions/.github/workflows/docker-ghcr.yml@0.40.13
permissions:
packages: write
with:
BUILD_TARGET: development
release-semantic:
needs: build
name: Semantic Release
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@0.40.13
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}