ci: test nodejs from nixpkgs
Some checks failed
Flake checks / Check (push) Failing after 4s

This commit is contained in:
teutat3s 2023-10-30 01:24:29 +01:00
parent a35c4d3a9c
commit 0f2d608328
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -7,7 +7,7 @@ jobs:
steps:
- name: Get Node.js dependency
run: |
nix-env -iA nixpkgs.nodejs_20
nix-env -iA nixos.nodejs_20
- name: Check out repository code
uses: https://code.forgejo.org/actions/checkout@v4
- name: Run flake checks