From 000d2ad22ca706afe184cc253a114cc7188e6bc1 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Sat, 13 Jul 2024 16:34:42 +0200 Subject: [PATCH] bump node to LTS permanently (#1136) * Bump node to LTS permanently * chore: also bump version of node in pull request workflow --------- Co-authored-by: Julien Bisconti Co-authored-by: Manuel Schmid --- .github/workflows/pull_request.yml | 2 +- .nvmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 64bc602..091dd3c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 with: - node-version: 18 + node-version: lts/* - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 id: cache diff --git a/.nvmrc b/.nvmrc index 31102b2..b009dfb 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -14.18.1 +lts/*