Merge branch 'main' into feature/totalbalance

This commit is contained in:
aryan
2025-01-15 20:40:44 +05:30
committed by GitHub

View File

@@ -14,6 +14,9 @@ jobs:
with: with:
version: 9.4.0 version: 9.4.0
- name: Install node-gyp prerequisites
run: sudo apt update && sudo apt install -y build-essential python3 pkg-config libudev-dev libusb-1.0-0-dev
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: "23" node-version: "23"