From 4ac3bd4e55b250155cf19c2f818c44f81bd0cd66 Mon Sep 17 00:00:00 2001 From: Alie Date: Sat, 6 Jan 2024 18:53:56 +0100 Subject: [PATCH] silly --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index db0e9d7..6abbeff 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -13,7 +13,7 @@ jobs: - name: Starting docker daemon run: docker-init -- dockerd --host=unix:///var/run/docker.sock & - name: Installing necessary packages - run: apk add node git curl bash + run: apk add nodejs git curl bash - name: Check out repository code uses: actions/checkout@v3 - name: Install bun.sh