diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index d28d5f6..1d0f3cf 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -28,6 +28,9 @@ jobs: container: image: rust:1.90.0-trixie steps: + - name: Install nodejs + uses: actions/setup-node@v6 + - name: Checkout uses: actions/checkout@v5