Skip to content

Commit 373ff33

Browse files
authored
Fix Node.js 16 actions deprecation warning (#79)
1 parent 06aeb29 commit 373ff33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ inputs:
6464
description: Verbosity level Can be -v, -vv or -vvv.
6565

6666
runs:
67-
using: 'node16'
67+
using: 'node20'
6868
main: 'index.js'
6969

7070
branding:

0 commit comments

Comments
 (0)