Skip to content

Commit 05cc3bf

Browse files
authored
Update action.yml to use node 18
1 parent c07c26d commit 05cc3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ outputs:
3939
tag: # id of output
4040
description: 'latest tag'
4141
runs:
42-
using: 'node12'
42+
using: 'node18'
4343
main: 'dist/index.js'

0 commit comments

Comments
 (0)