From 60655866814f128d8ec763eef8e2fe044e4749d4 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 26 Dec 2025 17:26:42 +0100 Subject: [PATCH] Update GitHub Actions workflow to use Node.js 22 for improved compatibility and performance. --- .github/workflows/validate-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate-pr.yml b/.github/workflows/validate-pr.yml index 776f90d86..873a7209c 100644 --- a/.github/workflows/validate-pr.yml +++ b/.github/workflows/validate-pr.yml @@ -41,10 +41,10 @@ jobs: 🔄 Icons are being validated... Please wait... continue-on-error: true - - name: Use Node.js 20 + - name: Use Node.js 22 uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - uses: pnpm/action-setup@v4 name: Install pnpm