microsoft / docusaurus-plugins

Plugins for Docusaurus and Rise4Fun
https://microsoft.github.io/docusaurus-plugins/
MIT License
12 stars 2 forks source link

Adds Volta configuration to specify node version #17

Closed scalvert closed 1 year ago

scalvert commented 1 year ago

Summary

Adds the necessary configuration for Volta. For development, contributors should install Volta via the installation instructions.

When installed, Volta will automatically download and pin the correct version of Node specified in the root package.json. There's no changes to any commands run.

pelikhan commented 1 year ago

Can you add Volta instructions in the README and also as a step in the devcontainer.json?

scalvert commented 1 year ago

Yep, for sure!

scalvert commented 1 year ago

Done and done!