From d65415e13d9a2a6d2b602de541c2ddcfe977ee9a Mon Sep 17 00:00:00 2001 From: irl Date: Sun, 3 May 2026 10:57:17 +0100 Subject: [PATCH] ci: update setup-node --- .forgejo/workflows/publish.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index b979c23..bf44834 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -9,14 +9,12 @@ jobs: build_and_publish: runs-on: docker container: - image: ghcr.io/catthehacker/ubuntu:runner-24.04 + image: ghcr.io/catthehacker/ubuntu:runner-latest steps: - uses: actions/checkout@v4 with: submodules: true - uses: actions/setup-node@v6 - with: - node-version: '24' - run: npm install -g bnycdn - name: Setup Hugo uses: https://guardianproject.dev/actions/actions-hugo@v3