Skip to content

Commit 61cbf30

Browse files
authored
docs: update required develop node version to 18 (#4424)
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
1 parent a55740f commit 61cbf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developer-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Axe 3.0 supports open Shadow DOM: see our virtual DOM APIs and test utilities fo
3131

3232
### Environment Pre-requisites
3333

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

3737
### Building axe.js

0 commit comments

Comments
 (0)