Skip to content

Commit

Permalink
Upgrade action to use node20 to avoid warning (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadgyik committed Apr 30, 2024
1 parent 468b095 commit f4a835c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ outputs:
description: 'The total coverage of all changed files'

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

branding:
Expand Down

0 comments on commit f4a835c

Please sign in to comment.