Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/checkout-4…
Browse files Browse the repository at this point in the history
….1.0
  • Loading branch information
zgosalvez authored Nov 2, 2023
2 parents d3de837 + c117096 commit e567bee
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 83 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ outputs:
description: 'The total coverage from scanned files.'

runs:
using: 'node16'
using: 'node20'
main: 'dist/main/index.js'
post: 'dist/post/index.js'
branding:
Expand Down
158 changes: 77 additions & 81 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
},
"devDependencies": {
"@vercel/ncc": "^0.36.1",
"eslint": "^8.44.0"
"eslint": "^8.51.0"
}
}

0 comments on commit e567bee

Please sign in to comment.