action.yml: Update to Node.js 20

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
This commit is contained in:
Robin Hallabro-Kokko 2024-01-25 12:39:48 +01:00
parent eaaf4bedf3
commit fc878d0f5e
No known key found for this signature in database
GPG key ID: E930260B49F03C71

View file

@ -120,5 +120,5 @@ branding:
color: 'red'
icon: 'umbrella'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'