Update before installing node

This commit is contained in:
Jack Jackson 2025-02-25 18:09:17 -08:00
parent cffdcc74e9
commit ce4083b12e

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