build: ensure node.js is installed for integration tests

This commit is contained in:
zhom
2025-08-02 18:54:34 +04:00
parent d3558a28c9
commit c3d0639757
+5
View File
@@ -55,6 +55,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y pkg-config
- name: Set up Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 #v4.4.0
with:
cache: "pnpm"
- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2
with: