mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-26 22:35:18 +02:00
Some checks failed
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Has been cancelled
CI: Master (Build, Test, Lint) / Unit tests (22.x) (push) Has been cancelled
CI: Master (Build, Test, Lint) / Unit tests (24.13.1) (push) Has been cancelled
CI: Master (Build, Test, Lint) / Unit tests (25.x) (push) Has been cancelled
CI: Master (Build, Test, Lint) / Lint (push) Has been cancelled
CI: Master (Build, Test, Lint) / Performance (push) Has been cancelled
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Has been cancelled
19 lines
416 B
JSON
19 lines
416 B
JSON
{
|
|
"name": "workflow-scripts",
|
|
"scripts": {
|
|
"test": "node --test --experimental-test-module-mocks ./*.test.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@actions/github": "9.0.0",
|
|
"@octokit/core": "7.0.6",
|
|
"conventional-changelog": "7.2.0",
|
|
"debug": "4.4.3",
|
|
"glob": "13.0.6",
|
|
"semver": "7.7.4",
|
|
"tempfile": "6.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"conventional-changelog-angular": "8.3.0"
|
|
}
|
|
}
|