fix(ci): ensure Node.js is installed

Change-Id: If241443cd27a6c004bbfa15a5a6837c2ee0e0f08
diff --git a/playbooks/lint/pre.yaml b/playbooks/lint/pre.yaml
index 5640fa6..4b81e72 100644
--- a/playbooks/lint/pre.yaml
+++ b/playbooks/lint/pre.yaml
@@ -3,3 +3,6 @@
     - role: ensure-build-essential
     - role: ensure-zip
     - role: ensure-genmanifest
+    - role: ensure-nodejs-fork
+      vars:
+        node_version: 22