mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02: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
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": "",
|
"name": "",
|
||||||
"version": "",
|
"version": "",
|
||||||
"description": "",
|
"description": "",
|
||||||
"licenses": "",
|
"licenses": "",
|
||||||
"copyright": "",
|
"copyright": "",
|
||||||
"licenseFile": "",
|
"licenseFile": "",
|
||||||
"licenseText": "",
|
"licenseText": "",
|
||||||
"licenseModified": "",
|
"licenseModified": "",
|
||||||
"repository": "",
|
"repository": "",
|
||||||
"url": ""
|
"url": ""
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
import { defineWorkspace } from 'vitest/config';
|
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 New Issue
Block a user