diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2bee7a6..88973fe 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,6 +9,8 @@ jobs: build: runs-on: amd64 steps: + - name: Install node + run: apt-get update && apt-get install -y nodejs npm || true - uses: actions/checkout@v4 - name: Install Rust uses: dtolnay/rust-toolchain@stable