From 86c9327a0e17b528444b11c8110b6cc899c12555 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 13:29:43 +0000 Subject: [PATCH] Update Node.js to v18.20.8 --- .github/workflows/tests.yaml | 2 +- .nvmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 56254ffe..392264e3 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "18.12.1" + node-version: "18.20.8" - run: yarn install --immutable - run: yarn lint - run: yarn test diff --git a/.nvmrc b/.nvmrc index b460d6f2..08b7109d 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.12.1 +18.20.8