Skip to content

Commit

Permalink
docs: update required develop node version to 18 (#4424)
Browse files Browse the repository at this point in the history
Was the only reference to a required node version I could find in the
docs. Our node version script is already set to 18.

Closes: #4323
  • Loading branch information
straker committed Apr 24, 2024
1 parent a55740f commit 61cbf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Axe 3.0 supports open Shadow DOM: see our virtual DOM APIs and test utilities fo

### Environment Pre-requisites

1. You must have NodeJS version 12 or higher installed.
1. You must have NodeJS version 18 or higher installed.
1. Install npm development dependencies. In the root folder of your axe-core repository, run `npm install`

### Building axe.js
Expand Down

0 comments on commit 61cbf30

Please sign in to comment.