run close-bot on node 16 (#8740)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
chris48s
2022-12-22 21:36:57 +00:00
committed by GitHub
parent 41c53c73c2
commit 146598f5f4

View File

@@ -8,5 +8,5 @@ inputs:
description: 'The GITHUB_TOKEN secret'
required: true
runs:
using: 'node12'
using: 'node16'
main: 'index.js'