# Node.js

Learn how to deploy Node.js applications with Hatchbox

## Specifying a Node.js Version

You can specify the Node.js version in any of the following files:

- .node-version
- .tool-versions
- .nvmrc

## Yarn

If `yarn.lock` is detected, Yarn 1.22 will be installed.
