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