From 8758c8359d11c3fbc6185395df6a2e317aa476ed Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Fri, 3 Jan 2025 01:43:10 +0100 Subject: [PATCH] Update Node LTS (#2576) * Update Node LTS * Fix typo that was introduced while resolving a conflict * Fix whitespace --------- Co-authored-by: Cool-Katt --- .github/workflows/action-format.yml | 6 +++--- .github/workflows/ci.js.yml | 8 ++++---- .github/workflows/pr.ci.js.yml | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/action-format.yml b/.github/workflows/action-format.yml index 3898ba26aa..a86c8dfa47 100644 --- a/.github/workflows/action-format.yml +++ b/.github/workflows/action-format.yml @@ -63,10 +63,10 @@ jobs: - name: Enable corepack to fix https://github.com/actions/setup-node/pull/901 run: corepack enable pnpm - - name: Use Node.js LTS (20.x) - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af + - name: Use Node.js LTS (22.x) + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: - node-version: 20.x + node-version: 22.x cache: 'pnpm' - name: Install project development dependencies diff --git a/.github/workflows/ci.js.yml b/.github/workflows/ci.js.yml index 10dbc06fc7..b529de1231 100644 --- a/.github/workflows/ci.js.yml +++ b/.github/workflows/ci.js.yml @@ -16,10 +16,10 @@ jobs: - name: Enable corepack to fix https://github.com/actions/setup-node/pull/901 run: corepack enable pnpm - - name: Use Node.js LTS (20.x) - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af + - name: Use Node.js LTS (22.x) + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: - node-version: 20.x + node-version: 22.x cache: 'pnpm' - name: Install project dependencies @@ -33,7 +33,7 @@ jobs: strategy: matrix: - node-version: [20.x, 22.x] + node-version: [22.x] steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 diff --git a/.github/workflows/pr.ci.js.yml b/.github/workflows/pr.ci.js.yml index 2a5cef597d..a35dafe746 100644 --- a/.github/workflows/pr.ci.js.yml +++ b/.github/workflows/pr.ci.js.yml @@ -27,10 +27,10 @@ jobs: - name: Enable corepack to fix https://github.com/actions/setup-node/pull/901 run: corepack enable pnpm - - name: Use Node.js LTS (20.x) - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af + - name: Use Node.js LTS (22.x) + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: - node-version: 20.x + node-version: 22.x cache: 'pnpm' - name: Install project dependencies @@ -44,7 +44,7 @@ jobs: strategy: matrix: - node-version: [20.x, 22.x] + node-version: [22.x] steps: - name: Checkout PR