From af9b38689123eb29259e37092280affed56de8ff Mon Sep 17 00:00:00 2001 From: irl Date: Sun, 3 May 2026 10:55:38 +0100 Subject: [PATCH] ci: update setup-node --- .forgejo/workflows/publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index de03ee0..b979c23 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -15,6 +15,8 @@ jobs: 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