mirror of
https://github.com/dependabot/fetch-metadata.git
synced 2026-03-13 18:17:13 -04:00
@@ -45,5 +45,5 @@ outputs:
|
||||
compatibility-score:
|
||||
description: 'If this PR has a known compatibility score and `compat-lookup` is `true`, this contains the compatibility score (otherwise it contains 0).'
|
||||
runs:
|
||||
using: 'node12'
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -33,6 +33,10 @@
|
||||
"typescript": "^4.6.3",
|
||||
"yaml": "^2.0.1",
|
||||
"yargs": "^17.4.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0",
|
||||
"npm": ">=7.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@actions/core": {
|
||||
|
||||
@@ -15,6 +15,10 @@
|
||||
"merge",
|
||||
"approve"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=16.0.0",
|
||||
"npm": ">=7.10.0"
|
||||
},
|
||||
"author": "dependabot",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user