Add CI pipeline for Node (#6022)

* chore: linting

* ci: add ci pipeline for Node.js

* ci: add support for Node@25

* Update .github/workflows/ci-node.yml

Co-authored-by: Jon Church <me@jonchurch.com>

---------

Co-authored-by: Jon Church <me@jonchurch.com>
This commit is contained in:
Ulises Gascón
2025-10-27 11:31:52 +01:00
committed by GitHub
parent 20c530121e
commit 4afb725803
4 changed files with 75 additions and 14 deletions

View File

@@ -3766,7 +3766,7 @@
if (isArray(iteratee)) {
return function(value) {
return baseGet(value, iteratee.length === 1 ? iteratee[0] : iteratee);
}
};
}
return iteratee;
});