change node version
This commit is contained in:
parent
61e4f43131
commit
172776fdbd
1 changed files with 2 additions and 0 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue