runner: add nodejs to job image; fetch-depth=0 for diff base
Some checks failed
validate-pr / validate (pull_request) Failing after 4s
Some checks failed
validate-pr / validate (pull_request) Failing after 4s
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
curl
|
||||
jq
|
||||
tea
|
||||
nodejs_20 # JS-based actions/checkout@v4 etc. need `node` on PATH
|
||||
|
||||
cacert
|
||||
iana-etc
|
||||
@@ -50,7 +51,7 @@
|
||||
# Skeleton filesystem layout: /tmp, /etc/passwd for nix,
|
||||
# writable nix store, cacert pointer.
|
||||
extraCommands = ''
|
||||
mkdir -p tmp etc nix/var/{nix,log/nix} root
|
||||
mkdir -p tmp etc/nix nix/var/{nix,log/nix} root
|
||||
chmod 1777 tmp
|
||||
|
||||
cat > etc/passwd <<'EOF'
|
||||
|
||||
Reference in New Issue
Block a user