add nvm config

This commit is contained in:
bdeshi 2022-11-18 00:20:19 +06:00
parent 87be1532a5
commit 0898afd3ad
Signed by: bdeshi
GPG Key ID: 410D03DA9A3468E0
2 changed files with 3 additions and 0 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
v16.13.2

View File

@ -8,6 +8,8 @@ created with [pug][pug] and [sass][sass], build with [parcel][parcel].
## setup ## setup
```bash ```bash
# select node version
$ nvm use
# install dependencies # install dependencies
$ yarn install $ yarn install
# build the output # build the output