aight, that one was expected
Some checks failed
Test action / Print hello world (push) Failing after 35s
Some checks failed
Test action / Print hello world (push) Failing after 35s
This commit is contained in:
parent
bf5d879168
commit
dc022f1c1d
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue