allowed insecure node to be installed
This commit is contained in:
parent
04b86982b4
commit
826cf0b36c
2
.github/workflows/hugo.yaml
vendored
2
.github/workflows/hugo.yaml
vendored
@ -37,6 +37,8 @@ jobs:
|
||||
- name: Update nix channel
|
||||
run: "nix-channel --update"
|
||||
- name: Install Node dependency for GitHub actions
|
||||
env:
|
||||
NIXPKGS_ALLOW_INSECURE: "1"
|
||||
run: "nix-env -iA nixpkgs.nodejs_16"
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user