try a different way to install nodejs
Some checks failed
build demo images / Build NixOS images (push) Failing after 12s
Some checks failed
build demo images / Build NixOS images (push) Failing after 12s
This commit is contained in:
parent
38e7aaf8ae
commit
0bd79e32fb
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
||||||
runs-on: nixos
|
runs-on: nixos
|
||||||
steps:
|
steps:
|
||||||
- name: install node
|
- name: install node
|
||||||
run: nix-env -iA nixos.nodejs_20
|
run: nix-env -iA nodejs
|
||||||
- name: checkout repository
|
- name: checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: run generator
|
- name: run generator
|
||||||
|
|
Loading…
Reference in a new issue