From 1c89bac67ca29920f5d4bf2bcfd1bcc30fd83750 Mon Sep 17 00:00:00 2001 From: maciek Date: Sun, 9 Mar 2025 20:58:25 +0100 Subject: [PATCH] test uszu 2 --- .forgejo/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 67eb704..ea14f9d 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - shell: ash run: "apk add --update nodejs npm" - shell: ash - run: "which node" + run: "node -v" - uses: "https://code.forgejo.org/actions/checkout@v4" - shell: ash run: "ls -laF"