aight, that one was expected
Some checks failed
Test action / Print hello world (push) Failing after 35s

This commit is contained in:
clan-tool 2025-09-03 19:43:27 +02:00
parent bf5d879168
commit dc022f1c1d
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -12,7 +12,10 @@ jobs:
runs-on: default
steps:
- name: Install deps
run: nix shell nixpkgs#node --extra-experimental-features "nix-command flakes"
run: >-
nix shell
nixpkgs#node_24
--extra-experimental-features "nix-command flakes"
- uses: actions/checkout@v4