This commit is contained in:
parent
22ad5031d9
commit
22137d77c9
2 changed files with 7 additions and 4 deletions
|
|
@ -14,6 +14,9 @@ jobs:
|
|||
name: checks
|
||||
runs-on: nixos
|
||||
steps:
|
||||
- name: Install node
|
||||
run: nix profile install nixpkgs#nodejs_24
|
||||
|
||||
- name: Checkout
|
||||
uses: https://data.forgejo.org/actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue