~athorp96/sourcehut-issue-mirror-github-action

fe62db56e631ebff869c92a0370c6ff66d2a8c51 — Andrew Thorp 1 year, 4 months ago de82086
Change node version to 16
1 files changed, 1 insertions(+), 1 deletions(-)

M action.yml
M action.yml => action.yml +1 -1
@@ 25,5 25,5 @@ inputs:
    description: 'Label to put on mirrored issue *must be declared in tracker*'
    required: true
runs:
  using: 'node18'
  using: 'node16'
  main: 'index.js'