From 5d491d697a60f549a67c3bfc74d88110cc64a844 Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Thu, 2 Jan 2025 19:51:43 +0100 Subject: [PATCH] Update Node LTS --- .github/workflows/action-format.yml | 4 ++-- .github/workflows/ci.js.yml | 6 +++--- .github/workflows/pr.ci.js.yml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/action-format.yml b/.github/workflows/action-format.yml index a4d279086e..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) + - 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 5dc5559e43..194f7c845b 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) + - 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@692973e3d937129bcbf40652eb9f2f61becf3332 diff --git a/.github/workflows/pr.ci.js.yml b/.github/workflows/pr.ci.js.yml index 182bd5fd0b..48dd8ce660 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) + - 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