action.yml: Update to Node.js 20 (#1228)

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 19:41:05 +01:00
committed by GitHub
parent eaaf4bedf3
commit 9140fdcf54

View File

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