From c669e8f3f41f0cd568b181cb059043ec222153bc Mon Sep 17 00:00:00 2001 From: clan-tool Date: Wed, 3 Sep 2025 19:39:44 +0200 Subject: [PATCH] install node js --- .forgejo/workflows/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.forgejo/workflows/action.yml b/.forgejo/workflows/action.yml index 60427c2..216939d 100644 --- a/.forgejo/workflows/action.yml +++ b/.forgejo/workflows/action.yml @@ -11,5 +11,9 @@ jobs: name: Print hello world runs-on: default steps: + - name: Install deps + run: nix shell nixpkgs#node + - uses: actions/checkout@v4 + - run: nix flake check \ No newline at end of file