Merge pull request #251 from quinnjn/main

Bump action to use node16
This commit is contained in:
Jeff Widman
2022-09-21 23:59:26 -07:00
committed by GitHub
4 changed files with 10 additions and 1 deletions

1
.npmrc Normal file
View File

@@ -0,0 +1 @@
engine-strict=true

View File

@@ -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
View File

@@ -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": {

View File

@@ -15,6 +15,10 @@
"merge",
"approve"
],
"engines": {
"node": ">=16.0.0",
"npm": ">=7.10.0"
},
"author": "dependabot",
"license": "MIT",
"dependencies": {