Install the actual node package (named nodejs)

This commit is contained in:
Jack Jackson 2025-02-25 18:11:59 -08:00
parent 59bbff5894
commit 0ccb8bbbc0

View File

@ -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-get update && apt-get install -y node
run: apt-get update && apt-get install -y nodejs
- name: Check out repository code
uses: actions/checkout@v4