allowed insecure node to be installed

This commit is contained in:
Kristian Krsnik 2023-08-18 19:20:52 +02:00
parent 04b86982b4
commit 826cf0b36c
1 changed files with 2 additions and 0 deletions

View File

@ -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