added node dependency
This commit is contained in:
parent
09726bf3e9
commit
bed207e627
2
.github/workflows/hugo.yaml
vendored
2
.github/workflows/hugo.yaml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user