From 7f0b52cb137f868aabc66f36e06cf7efd6c8ece0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 20:08:34 +0000 Subject: [PATCH] Update Node.js to v22 --- .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..75a6c74 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: '22.x' registry-url: 'https://registry.npmjs.org' scope: '@launchpadlab' - name: Install dependencies diff --git a/.nvmrc b/.nvmrc index 25bf17f..8fdd954 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 \ No newline at end of file +22 \ No newline at end of file