chore: Update node popularity data (#24145)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Declan Carroll <declan@n8n.io>
This commit is contained in:
github-actions[bot] 2026-01-12 13:57:43 +00:00 committed by GitHub
parent 116b245230
commit fd27713cac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3977 additions and 3974 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,12 +1,12 @@
{
"name": "",
"version": "",
"description": "",
"licenses": "",
"copyright": "",
"licenseFile": "",
"licenseText": "",
"licenseModified": "",
"repository": "",
"url": ""
}
"name": "",
"version": "",
"description": "",
"licenses": "",
"copyright": "",
"licenseFile": "",
"licenseText": "",
"licenseModified": "",
"repository": "",
"url": ""
}

View file

@ -1,3 +1,6 @@
import { defineWorkspace } from 'vitest/config';
export default defineWorkspace(['packages/**/vite.config.{js,ts,mjs,mts}', 'packages/**/vitest.config.{js,ts,mjs,mts}']);
export default defineWorkspace([
'packages/**/vite.config.{js,ts,mjs,mts}',
'packages/**/vitest.config.{js,ts,mjs,mts}',
]);