Skip to content

Commit

Permalink
chore: update minimal node version in issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Oct 23, 2023
1 parent 873b996 commit a54138a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/02-issue-nodejs.yml
Expand Up @@ -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

Expand Down

0 comments on commit a54138a

Please sign in to comment.