Skip to content

Commit ba5760e

Browse files
authored
docs: Update CONTRIBUTING.md (#611)
Updated the required Node and NPM versions in the "How to get started" section
1 parent fdb6c84 commit ba5760e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Using Typescript is mandatory when contributing to this repository, although it
5050
### How to get started
5151

5252
1. Make sure you have the recommended version of node.js and npm installed
53-
1. Currently we use node.js v16 and npm v8
53+
1. Currently we use node.js v18.16.0 and npm v9.5.0
5454
2. Run `npm install`
5555
3. Run `npm run storybook` to start the storybook server, which we also use for development
5656

0 commit comments

Comments
 (0)