Skip to content

Update dependency esbuild to ^0.27.0 #229

Update dependency esbuild to ^0.27.0

Update dependency esbuild to ^0.27.0 #229

Workflow file for this run

name: gha-cache
on:
push:
branches:
- main
paths:
- "gha-cache/**"
- ".github/workflows/gha-cache.yaml"
pull_request:
paths:
- "gha-cache/**"
- ".github/workflows/gha-cache.yaml"
types:
- opened
- synchronize
jobs:
pipe:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: false
uses: openmfp/gha/.github/workflows/pipeline-node-module.yml@main
secrets: inherit
with:
workingDirectory: "gha-cache"
publishFromDist: true
artifactPath: "gha-cache/dist"
workingDirectoryDist: "gha-cache/dist"
prefix: "gha-cache/"
environment: "npmjs:@openmfp/gha-cache"