From ce4083b12e19e126c948bd943d8590dec2ffd5d1 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Tue, 25 Feb 2025 18:09:17 -0800 Subject: [PATCH] Update before installing node --- .gitea/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index da20dd2..82be863 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -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