Try using apt-get
This commit is contained in:
parent
a588df5458
commit
9bd3403069
@ -15,7 +15,7 @@ jobs:
|
||||
# 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))
|
||||
- name: Install node
|
||||
run: apt install -y node
|
||||
run: apt-get install -y node
|
||||
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user