switch to nix-env so node is installed
Some checks failed
/ test (push) Failing after 26s

This commit is contained in:
Chris Cochrun 2026-02-13 11:16:04 -06:00
parent 620ce25a27
commit f8a9d6a92e

View file

@ -3,7 +3,7 @@ jobs:
test:
runs-on: nixos-latest
steps:
- run: nix-shell -p nodejs_24
- run: nix-env --install nodejs_24
- name: checkout
uses: actions/checkout@v4
- run: nix --extra-experimental-features nix-command develop