From e7d39711078ce86b0c029f0d03ff81162c5dc28a Mon Sep 17 00:00:00 2001 From: Logan Jones Date: Sat, 14 Feb 2026 01:33:28 -0600 Subject: [PATCH] chore(deps)!: update dependency node to v24 (#51) Co-authored-by: onion-4-dinner <15676555+onion-4-dinner@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd64a03..1f59799 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,7 +159,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 cache: pnpm cache-dependency-path: frontend/pnpm-lock.yaml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5db1b7b..e58fd03 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 - name: Install semantic-release and plugins run: >