Try using apt-get

This commit is contained in:
Jack Jackson 2025-02-25 17:39:28 -08:00
parent a588df5458
commit 9bd3403069

View File

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