From 93f1c678d9b57aa035d54ad5b701cb36b8f17432 Mon Sep 17 00:00:00 2001 From: David Mikael Blum Samuelsen Date: Wed, 9 Jul 2025 11:36:48 +0200 Subject: [PATCH] install node --- .forgejo/workflows/update-dependencies.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/update-dependencies.yml b/.forgejo/workflows/update-dependencies.yml index c9ff129..4e6d2e3 100644 --- a/.forgejo/workflows/update-dependencies.yml +++ b/.forgejo/workflows/update-dependencies.yml @@ -8,6 +8,7 @@ jobs: update-dependencies: runs-on: nixos-latest steps: + - run: nix-env -iA nixpkgs.nodejs - uses: actions/checkout@v4 - run: nix flake update --commit-lock-file