1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

chore(node-version): move node spec to .node-version (#1034)

placing the required node version in a .node-version
file allows it to be read programatically by node
version managers like nodenv, asdf, etc
This commit is contained in:
David Alpert 2021-10-17 08:26:59 -05:00 committed by GitHub
parent 1d828e8190
commit 0681a7b1d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

1
.node-version Normal file
View File

@ -0,0 +1 @@
14.18.0

View File

@ -4,7 +4,6 @@
Before you begin:
- This application is powered by Node.js v14.
- Have you read the [code of conduct](CODE_OF_CONDUCT.md)?
- Check out the [existing issues](https://github.com/unleash/Unleash/issues)
- Browse the [developer-guide](./websitev2/docs/contributing/developer-guide.md) for tips on environment setup, running the tests, and running Unleash from source.