ci(release): use node 24

This commit is contained in:
ObserverOfTime 2025-12-10 21:08:14 +02:00 committed by Will Lillis
parent 3bd44afcaa
commit 1b654ae35d

View file

@ -107,7 +107,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24
registry-url: https://registry.npmjs.org
- name: Set up Rust