diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7272b27..0ad8861 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,9 @@ jobs: image: ghcr.io/lix-project/lix:latest name: "Check NixOS Configuration" steps: + - name: "Install Node.JS Workarround, see https://github.com/nektos/act/issues/973" + run: nix-shell -p nodejs + - name: "Checkout" uses: actions/checkout@v3