update to node 24
Some checks failed
test-build / build (push) Failing after 12s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-11-10 17:06:56 -06:00
parent 9c5ef06081
commit 6b8ea1c474
3 changed files with 12 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: 22.21.1
node-version: 24.11.0
cache: pnpm
- name: Install Dependencies