From 47db8f6d317c5593ae0d170c60630e163758c2c9 Mon Sep 17 00:00:00 2001 From: Pyrospower Date: Fri, 20 Mar 2026 23:18:48 +0100 Subject: [PATCH] chore: change Node version to 24 --- .github/actions/install/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/install/action.yml b/.github/actions/install/action.yml index a35725c..f869f58 100644 --- a/.github/actions/install/action.yml +++ b/.github/actions/install/action.yml @@ -10,9 +10,9 @@ runs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 cache: pnpm - name: Install dependencies run: pnpm install - shell: bash \ No newline at end of file + shell: bash