From ef765141faf9cf48111f5c02179591554d245f1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 20:10:20 +0000 Subject: [PATCH] Update Node.js to v24 --- .github/workflows/publish.yml | 2 +- .nvmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3abba9a..09cd58e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: - name: Set up node uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '24.x' registry-url: 'https://registry.npmjs.org' scope: '@launchpadlab' - name: Install dependencies diff --git a/.nvmrc b/.nvmrc index 25bf17f..cabf43b 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 \ No newline at end of file +24 \ No newline at end of file