install node js
Some checks failed
Test action / Print hello world (push) Failing after 2s

This commit is contained in:
clan-tool 2025-09-03 19:39:44 +02:00
parent 7b5d559d03
commit c669e8f3f4
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -11,5 +11,9 @@ jobs:
name: Print hello world
runs-on: default
steps:
- name: Install deps
run: nix shell nixpkgs#node
- uses: actions/checkout@v4
- run: nix flake check