From b6832d501094ad1498ff0bb52b1fc4e7493cb783 Mon Sep 17 00:00:00 2001 From: Ryan Bas Date: Tue, 26 May 2026 15:03:54 -0600 Subject: [PATCH] chore: update-node-24 --- .github/actions/setup/action.yml | 26 ++++++++++---------------- .node-version | 2 +- 2 files changed, 11 insertions(+), 17 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index a0597992d8..f65f43b803 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -1,20 +1,20 @@ -name: 'Setup Project' -description: 'Centralized setup for CI jobs' +name: "Setup Project" +description: "Centralized setup for CI jobs" inputs: node-version-file: - description: 'Node version file' + description: "Node version file" required: false - default: '.node-version' + default: ".node-version" pnpm-cache-folder: - description: 'pnpm cache folder' + description: "pnpm cache folder" required: false - default: '.pnpm-store' + default: ".pnpm-store" CODECOV_TOKEN: - description: 'CODECOV_TOKEN' + description: "CODECOV_TOKEN" required: true runs: - using: 'composite' + using: "composite" steps: - uses: pnpm/action-setup@v4 with: @@ -27,14 +27,8 @@ runs: - uses: actions/setup-node@v6 with: node-version-file: ${{ inputs.node-version-file }} - cache: 'pnpm' - registry-url: 'https://registry.npmjs.org' - - - name: Update npm - run: | - corepack enable - corepack install -g npm@latest - shell: bash + cache: "pnpm" + registry-url: "https://registry.npmjs.org" - name: Install dependencies run: pnpm install --frozen-lockfile diff --git a/.node-version b/.node-version index 2bd5a0a98a..a45fd52cc5 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -22 +24