change node version

This commit is contained in:
Andras Schmelczer 2025-03-16 11:32:38 +00:00
parent 61e4f43131
commit 172776fdbd
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -41,6 +41,8 @@ jobs:
cd backend
cargo test --verbose
cd sync_lib
nvm install 22
nvm use 22
wasm-pack test --node
- name: Lint frontend