Skip to content

Commit

Permalink
chore: use Node 16 for issue validator action (#37982)
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Jun 24, 2022
1 parent 77ec56f commit bee7b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/issue-validator/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name: Issue validator
description: 'Validates bug reports on the Next.js repository'
author: 'Vercel'
runs:
using: 'node18'
using: 'node16'
main: 'index.js'

0 comments on commit bee7b31

Please sign in to comment.