mirror of
https://github.com/n8n-io/n8n
synced 2026-04-19 13:05:54 +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:
committed by
GitHub
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": "",
|
||||
"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}',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user