From aab3a05da004909e2110222c088c21341169cdd6 Mon Sep 17 00:00:00 2001 From: restitux Date: Thu, 27 Nov 2025 21:18:43 -0700 Subject: [PATCH] install nodejs --- .gitea/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) 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