Files
gh-action-readme/testdata/yaml-fixtures/package.json
renovate[bot] 033c858a23 feat(github-action)!: Update node (18.20.8 → 22.18.0) (#19)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-06 11:19:29 +03:00

17 lines
336 B
JSON

{
"name": "test-action",
"version": "1.0.0",
"description": "Test action package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1"
},
"devDependencies": {
"@types/node": "^22.0.0"
}
}