Skip to content

Commit

Permalink
Merge pull request #251 from quinnjn/main
Browse files Browse the repository at this point in the history
Bump action to use node16
  • Loading branch information
jeffwidman committed Sep 22, 2022
2 parents 1c87500 + d25d3a9 commit 44bc7af
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
engine-strict=true
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -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 changes: 4 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -15,6 +15,10 @@
"merge",
"approve"
],
"engines": {
"node": ">=16.0.0",
"npm": ">=7.10.0"
},
"author": "dependabot",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 44bc7af

Please sign in to comment.