n8n/.github/scripts/package.json
n8n-assistant[bot] 6bd24636ee
ci: Account for pnpm-workspace changes in bump-versions.mjs (backport to 1.x) (#28506)
Co-authored-by: Matsu <huhta.matias@gmail.com>
2026-04-15 10:08:52 +03:00

20 lines
438 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",
"yaml": "^2.8.3"
},
"devDependencies": {
"conventional-changelog-angular": "8.3.0"
}
}