From b98f921d1e3f104f166d0617408dfbdc4c7a5e75 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Sun, 7 Apr 2024 02:08:28 +0000 Subject: [PATCH] chore(node): use latest lts consistent with gitlab/github CI https://github.com/asdf-vm/asdf-nodejs#resolving-latest-available-lts-version-in-a-script asdf version in cloudflare pages may not be the latest, so does not always resolve 'lts' to the latest LTS asdf currently is unable to install v20 through 'lts' https://github.com/asdf-vm/asdf-nodejs/issues/369#issuecomment-1925926498 --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index 209e3ef4..a24992d1 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 +lts