ci: nodejs in job image, fetch-depth=0 for base diff

This commit is contained in:
2026-05-18 18:23:59 +00:00
parent 623fe57683
commit 4890e7a953
2 changed files with 3 additions and 0 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

View File

@@ -42,6 +42,7 @@
curl
jq
tea
nodejs_20 # JS-based actions/checkout@v4 etc. need `node` on PATH
cacert
iana-etc