Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Updated the required Node and NPM versions in the "How to get started" section
  • Loading branch information
OwainJ authored Oct 14, 2023
1 parent fc61c8b commit 3d88df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Using Typescript is mandatory when contributing to this repository, although it
### How to get started

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

Expand Down

0 comments on commit 3d88df7

Please sign in to comment.