the other way around perhaps?
Some checks failed
Test action / Print hello world (push) Failing after 28s

This commit is contained in:
clan-tool 2025-09-04 08:19:06 +02:00
parent ede779d9e5
commit bfd27ed431
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -9,13 +9,13 @@ on:
jobs:
hello:
name: Print hello world
runs-on: ubuntu
runs-on: default
steps:
# - uses: actions/setup-node@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@v4
- name: Install deps
uses: Prince527/install-nix-action@v31
# - name: Install deps
# uses: Prince527/install-nix-action@v31
- run: whoami
- run: node -v