Install the actual node package (named nodejs)
This commit is contained in:
parent
59bbff5894
commit
0ccb8bbbc0
@ -15,7 +15,7 @@ jobs:
|
|||||||
# Cannot use `actions/setup-node` because that _itself_ requires `node` (it makes it available to user-code,
|
# Cannot use `actions/setup-node` because that _itself_ requires `node` (it makes it available to user-code,
|
||||||
# rather than to the system. Interesting discussion [here](https://gitea.com/gitea/act_runner/issues/538))
|
# rather than to the system. Interesting discussion [here](https://gitea.com/gitea/act_runner/issues/538))
|
||||||
- name: Install node
|
- name: Install node
|
||||||
run: apt-get update && apt-get install -y node
|
run: apt-get update && apt-get install -y nodejs
|
||||||
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user