This commit is contained in:
@@ -13,7 +13,10 @@ jobs:
|
|||||||
runs-on: nixos # This assumes you have a runner with the "flakes-action" label
|
runs-on: nixos # This assumes you have a runner with the "flakes-action" label
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
run: nix-env -i nixpkgs.nodejs-slim
|
run: |
|
||||||
|
nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
|
||||||
|
nix-channel --update
|
||||||
|
nix-env -i nodejs-slim
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user