Use node 25

This commit is contained in:
Andras Schmelczer 2025-12-14 13:58:36 +00:00
parent 16bb5042d5
commit a212aba755
5 changed files with 11 additions and 10 deletions

View file

@ -28,7 +28,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4.2.0
with:
node-version: "22.x"
node-version: "25.x"
check-latest: true
- name: Setup Rust toolchain