replace .node-version with .nvmrc for less micromanaging

This commit is contained in:
Aminda Suomalainen 2024-07-06 08:40:54 +03:00
parent 54ebd58447
commit 045f695e85
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -11,7 +11,7 @@
!.mailmap
!.mikaela
!.mikaela_install
!.node-version
!.nvmrc
!.pre-commit-config.yaml
!.prettierignore
!.prettierrc

View File

@ -1 +0,0 @@
v20.15.0

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
lts/*