Fix Node.js 16 actions deprecation warning (#79)

This commit is contained in:
Mohammed Elhaouari 2024-02-01 20:28:00 +01:00 committed by GitHub
parent 06aeb295d6
commit 373ff336f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -64,7 +64,7 @@ inputs:
description: Verbosity level Can be -v, -vv or -vvv.
runs:
using: 'node16'
using: 'node20'
main: 'index.js'
branding: