I never tried this combo right???
Some checks failed
Test action / Print hello world (push) Failing after 8s
Some checks failed
Test action / Print hello world (push) Failing after 8s
This commit is contained in:
parent
bfd27ed431
commit
33712aa47e
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ jobs:
|
||||||
name: Print hello world
|
name: Print hello world
|
||||||
runs-on: default
|
runs-on: default
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-node@v4
|
- name: Install nodejs
|
||||||
|
run: nix-env -iA nixpkgs.nodejs
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
# - name: Install deps
|
# - name: Install deps
|
||||||
|
|
Reference in a new issue