Bump rust and node

This commit is contained in:
Andras Schmelczer 2026-03-25 19:59:19 +00:00
parent 9a75569e83
commit a84c707761
7 changed files with 19 additions and 18 deletions

View file

@ -23,13 +23,13 @@ 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
uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.89.0"
toolchain: "1.92.0"
components: clippy, rustfmt
- name: Lint & test