Skip to content

Commit da58506

Browse files
update to node16 (kt3k#12)
1 parent e998521 commit da58506

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
@@ -2,7 +2,7 @@ name: 'Update Pull Request Description on Push'
22
description: 'GitHub Action that updates the pull request description and title'
33
author: 'Yoshiya Hinosawa'
44
runs:
5-
using: 'node12'
5+
using: 'node16'
66
main: 'index.js'
77
pre: 'deps.js'
88
inputs:

0 commit comments

Comments
 (0)