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: >