From f550f1c77e5c59e77474bce06c996a1f02345d59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 08:06:20 +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