From 641ececf67a41825d06ac94be12add7dd4029a6e Mon Sep 17 00:00:00 2001 From: Shakker Nerd <165377636+shakkernerd@users.noreply.github.com> Date: Sat, 21 Dec 2024 03:06:05 +0000 Subject: [PATCH] chore: Updated node version to 23.3.0 and pnpm version to 9.15.0 --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7f9d9e12d65..086bfe3c77e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,11 +15,11 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 23.3.0 - uses: pnpm/action-setup@v3 with: - version: 8 + version: 9.15.0 - name: Configure Git run: |