Skip to content

ci: use node20 for semantic release by ankush [frappe] PR#24343

Bot Dokos requested to merge ft-pr-24343 into develop

From: https://github.com/frappe/frappe/pull/24343
Date: 2024-01-15 08:40:06+00:00



Diagnostics

Conflicts detected for source commit: 0192df06ca352df6b14c42dc9fe2bcdac66fa353
- DU .github/workflows/create-release.yml
Cleaning files from denylist:
 .github/workflows/create-release.yml | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-24343

# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports