diff --git a/.github/ISSUE_TEMPLATE/02-issue-nodejs.yml b/.github/ISSUE_TEMPLATE/02-issue-nodejs.yml index 1f50812c6..9d82472c0 100644 --- a/.github/ISSUE_TEMPLATE/02-issue-nodejs.yml +++ b/.github/ISSUE_TEMPLATE/02-issue-nodejs.yml @@ -23,14 +23,14 @@ body: options: - label: I'm using the [latest](https://github.com/mswjs/msw/releases/latest) `msw` version required: true - - label: I'm using Node.js version 14 or higher + - label: I'm using Node.js version 18 or higher required: true - type: input attributes: label: Node.js version description: Specify which Node.js version you're using (`node -v`). - placeholder: i.e. v16.14.0 + placeholder: i.e. v18.14.0 validations: required: true