mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 07:37:20 +00:00
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:
parent
116b245230
commit
fd27713cac
4 changed files with 3977 additions and 3974 deletions
1340
.github/test-metrics/playwright.json
vendored
1340
.github/test-metrics/playwright.json
vendored
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "",
|
||||
"version": "",
|
||||
"description": "",
|
||||
"licenses": "",
|
||||
"copyright": "",
|
||||
"licenseFile": "",
|
||||
"licenseText": "",
|
||||
"licenseModified": "",
|
||||
"repository": "",
|
||||
"url": ""
|
||||
}
|
||||
"name": "",
|
||||
"version": "",
|
||||
"description": "",
|
||||
"licenses": "",
|
||||
"copyright": "",
|
||||
"licenseFile": "",
|
||||
"licenseText": "",
|
||||
"licenseModified": "",
|
||||
"repository": "",
|
||||
"url": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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}',
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue