diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 0fd0f73..0feafe0 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -13,7 +13,7 @@ jobs: container: image: ghcr.io/cachix/devenv/devenv:latest steps: - - run: nix-env -i nodejs-22.8.0 + - run: nix-env -i nodejs - uses: actions/checkout@v4 - name: Install devenv.sh run: nix profile install nixpkgs#devenv