Skip to content

Commit 8be1721

Browse files
committed
Update node version in action.yml
Fixes: #18
1 parent 8e44c5b commit 8be1721

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
@@ -18,5 +18,5 @@ inputs:
1818
description: 'The path to the changelog file. Defaults to `./CHANGELOG.md`'
1919
required: false
2020
runs:
21-
using: 'node12'
21+
using: 'node16'
2222
main: 'dist/index.js'

0 commit comments

Comments
 (0)