Skip to content

Commit

Permalink
Merge pull request #47 from ashley-taylor/node16-upgrade
Browse files Browse the repository at this point in the history
Updated to Node 16 runner
  • Loading branch information
jared-rowe authored Feb 22, 2023
2 parents 9ac2f82 + b563b40 commit 3041e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Junit Report to Annotations"
description: "Create an annotation of the test run summaryand also list first n failed tests as seporate annotations"
description: "Create an annotation of the test run summary and also list first n failed tests as separate annotations"
branding:
icon: "box"
color: "green"
Expand All @@ -24,5 +24,5 @@ inputs:
require: true
default: "Junit Results"
runs:
using: "node12"
using: "node16"
main: "index.js"

0 comments on commit 3041e9f

Please sign in to comment.