diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 3cd929d..7b90326 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -3,6 +3,7 @@ jobs: test: runs-on: nixos-latest steps: + - run: nix-shell -p nodejs_24 - name: checkout uses: actions/checkout@v4 - run: nix --extra-experimental-features nix-command develop