diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 1da2bff..cc114a1 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -32,6 +32,8 @@ jobs: runs-on: ubuntu-latest container: nixos/nix steps: + - name: Install Node dependency for GitHub actions + run: "nix-env -iA nixpkgs.nodejs_16" - name: Checkout uses: actions/checkout@v3 with: