From 33712aa47eb645b44621e3a381d21811e36297ff Mon Sep 17 00:00:00 2001 From: clan-tool Date: Thu, 4 Sep 2025 10:18:30 +0200 Subject: [PATCH] I never tried this combo right??? --- .forgejo/workflows/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/action.yml b/.forgejo/workflows/action.yml index f7ca920..5ec1802 100644 --- a/.forgejo/workflows/action.yml +++ b/.forgejo/workflows/action.yml @@ -11,7 +11,9 @@ jobs: name: Print hello world runs-on: default steps: - - uses: actions/setup-node@v4 + - name: Install nodejs + run: nix-env -iA nixpkgs.nodejs + - uses: actions/checkout@v4 # - name: Install deps