the other way around perhaps?
Some checks failed
Test action / Print hello world (push) Failing after 28s
Some checks failed
Test action / Print hello world (push) Failing after 28s
This commit is contained in:
parent
ede779d9e5
commit
bfd27ed431
1 changed files with 4 additions and 4 deletions
|
@ -9,13 +9,13 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
hello:
|
hello:
|
||||||
name: Print hello world
|
name: Print hello world
|
||||||
runs-on: ubuntu
|
runs-on: default
|
||||||
steps:
|
steps:
|
||||||
# - uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install deps
|
# - name: Install deps
|
||||||
uses: Prince527/install-nix-action@v31
|
# uses: Prince527/install-nix-action@v31
|
||||||
|
|
||||||
- run: whoami
|
- run: whoami
|
||||||
- run: node -v
|
- run: node -v
|
||||||
|
|
Reference in a new issue