mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
ci: Exclude all monorepo packages from safechain minimum age (backport to release-candidate/2.20.x) (#29954)
Co-authored-by: Matsu <huhta.matias@gmail.com>
This commit is contained in:
parent
ae115d199f
commit
c9b1463c58
2
.github/actions/setup-nodejs/action.yml
vendored
2
.github/actions/setup-nodejs/action.yml
vendored
|
|
@ -57,7 +57,7 @@ runs:
|
|||
# Exclude first-party @n8n/* packages from SafeChain's minimum-package-age
|
||||
# filter so freshly-published versions stay visible to every subsequent
|
||||
# step in the job (install, build, and publish).
|
||||
echo "SAFE_CHAIN_MINIMUM_PACKAGE_AGE_EXCLUSIONS=@n8n/*" >> "$GITHUB_ENV"
|
||||
echo "SAFE_CHAIN_MINIMUM_PACKAGE_AGE_EXCLUSIONS=@n8n/*,n8n,n8n-containers,n8n-core,n8n-editor-ui,n8n-node-dev,n8n-nodes-base,n8n-playwright,n8n-workflow" >> "$GITHUB_ENV"
|
||||
shell: bash
|
||||
|
||||
- name: Install Dependencies
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user