build: specify Node.js version in .nvmrc file

This commit is contained in:
Alfi Maulana 2024-09-01 19:11:37 +07:00
parent 57467b16ec
commit b83b44ec73
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
.*
!.env.yarn
!.git*
!.nvmrc
node_modules/

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
v22.7.0