ci: nodejs in job image, fetch-depth=0 for base diff
This commit is contained in:
@@ -10,6 +10,8 @@ jobs:
|
|||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0 # need full history for `git diff base...HEAD`
|
||||||
|
|
||||||
# 1. Identify which recipes the PR touches.
|
# 1. Identify which recipes the PR touches.
|
||||||
- name: detect changed packages
|
- name: detect changed packages
|
||||||
|
|||||||
@@ -42,6 +42,7 @@
|
|||||||
curl
|
curl
|
||||||
jq
|
jq
|
||||||
tea
|
tea
|
||||||
|
nodejs_20 # JS-based actions/checkout@v4 etc. need `node` on PATH
|
||||||
|
|
||||||
cacert
|
cacert
|
||||||
iana-etc
|
iana-etc
|
||||||
|
|||||||
Reference in New Issue
Block a user