Skip to content

Commit

Permalink
action.yml: Update to Node.js 20
Browse files Browse the repository at this point in the history
Node.js 16 actions are deprecated.

This should suppress the deprecation notice: Please update the following actions to use Node.js 20: codecov/codecov-action@v3
  • Loading branch information
hallabro committed Jan 25, 2024
1 parent ac042ea commit de15fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -69,5 +69,5 @@ branding:
color: 'red'
icon: 'umbrella'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit de15fba

Please sign in to comment.