chore(deps)!: update dependency node to v24 (#51)

Co-authored-by: onion-4-dinner <15676555+onion-4-dinner@users.noreply.github.com>
This commit is contained in:
2026-02-14 01:33:28 -06:00
committed by GitHub
co-authored by onion-4-dinner
parent 77fa6435a5
commit e7d3971107
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
- name: Install semantic-release and plugins
run: >