Skip to content

Commit

Permalink
Merge pull request #910 from Abhishek-Punhani/Issue902
Browse files Browse the repository at this point in the history
Pin node and yarn versions
  • Loading branch information
AlexVelezLl authored Feb 6, 2025
2 parents c4ec71a + 201a6f5 commit f03d4ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dev_docs/01_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ The design system has two primary parts, the UI component library [`/lib`](../li

## Prerequisites

- Node.js 18.x (see [Node Version Manager](https://github.com/nvm-sh/nvm))
- Yarn >=1.22.22
The project requires `Node 18.X` as the runtime and `Yarn >= 1.22.X` as the package manager. We make use of [`Volta`](https://docs.volta.sh/guide/getting-started) to manage the same automatically. Please make sure you have volta installed and your shell configured to use volta.

## Troubleshooting

Expand Down Expand Up @@ -43,7 +42,7 @@ yarn lint-fix # run the linter and auto-formatter once
yarn lint-watch # run the linter in watch mode, without the auto-formatter
```

You're now ready to code!
You're now ready to code!

## Next steps

Expand All @@ -52,6 +51,7 @@ You're now ready to code!
- If you'd like to update the component library, continue to [How to update the component library](./03_how_to_update_library.md).

The guidelines referenced above should be sufficient for the most common tasks. There are a few additional developer documentation pages available. However, these pages contain information that is more internal in nature or related to specialized tasks:

- [Visual Testing](./07_visual_testing_guide.md)
- [How to update the documentation website](./04_how_to_update_docs.md)
- [Icons](./05_icons.md)
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,9 @@
},
"browserslist": [
"extends browserslist-config-kolibri"
]
],
"volta": {
"node": "18.20.6",
"yarn": "1.22.22"
}
}

0 comments on commit f03d4ed

Please sign in to comment.