mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
6d8ea4bff5
* 🐛 Fix Google Sheet to handle 0 correctly `if (condition) { statement }` will not be executed if the `condition` is `0` (number) so that appending 0 to Google Sheets results in an empty cell. Checking if the value is `null` or `undefined` is enough to guarantee that `toString` is callable. * 🐛 Add semicolon |
||
---|---|---|
.. | ||
credentials | ||
nodes | ||
src | ||
test | ||
gulpfile.js | ||
LICENSE.md | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tslint.json |
n8n-nodes-base
The nodes which are included by default in n8n
npm install n8n-nodes-base -g
License
Apache 2.0 with Commons Clause
Additional information about license can be found in the FAQ