ci: fix failing tests
Some checks failed
Test / Test (push) Failing after 34s

This commit is contained in:
Kim, Jimin 2025-06-01 11:59:54 +09:00
parent af4092681a
commit 213eae353d
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -13,6 +13,7 @@ jobs:
container: container:
image: ghcr.io/cachix/devenv/devenv:latest image: ghcr.io/cachix/devenv/devenv:latest
steps: steps:
- run: nix-env -i nodejs-22.8.0
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install devenv.sh - name: Install devenv.sh
run: nix profile install nixpkgs#devenv run: nix profile install nixpkgs#devenv