runner: add nodejs to job image; fetch-depth=0 for diff base
Some checks failed
validate-pr / validate (pull_request) Failing after 4s

This commit is contained in:
2026-05-18 17:49:57 +00:00
parent d02d40dd6b
commit f42469e225
3 changed files with 4 additions and 2 deletions

View File

@@ -10,6 +10,8 @@ jobs:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # need full history for `git diff base...HEAD`
# 1. Identify which recipes the PR touches.
- name: detect changed packages