Skip to content

Upgrade to node16 #243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Upgrade to Node16.
  • Loading branch information
samwho committed Mar 2, 2023
commit 88fb2db383c16b04144c175551a41befa2bcabee
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: 'Python Coverage'
description: 'Publish coverage report to a PR & enforce coverage on new & modified files'
author: 'orgoro'
inputs:
coverageFile:
coverageFile:
required: true
description: 'local path to a covergae xml file like the output of pytest --cov'
token:
token:
required: true
description: 'github token'
thresholdAll:
Expand All @@ -21,7 +21,7 @@ inputs:
description: the coverage threshold for average over new files [0,1]
default: 0.0
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'umbrella'
Expand Down