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
|
runs-on: ubuntu-latest
|
||||||
container: nixos/nix
|
container: nixos/nix
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Node dependency for GitHub actions
|
||||||
|
run: "nix-env -iA nixpkgs.nodejs_16"
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user