fix: update Node.js version to 24 in CI workflow and import useMemo in App component

This commit is contained in:
Space-Banane
2026-03-14 00:00:04 +01:00
parent 1d10b55bba
commit c53d5fd693
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
cache: 'pnpm'
- name: Install dependencies