diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 04f4de3..8bb4f13 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -7,6 +7,11 @@ jobs: - run: type -a nix-channel - run: ls /root/.nix-profile/bin - run: ls /nix/var/nix/profiles/default/bin + + - run: type -a nodejs || true + - run: nix profile install nodejs + - run: type -a nodejs || true + - run: niv-env -i nodejs - uses: actions/checkout@v4