From 28431dbef91dd30fa3e42454361eac8c19fb3e55 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 27 Dec 2025 00:52:20 +0100 Subject: [PATCH] ffs --- .forgejo/workflows/playing-around.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/playing-around.yaml b/.forgejo/workflows/playing-around.yaml index e062b9a..feccaf4 100644 --- a/.forgejo/workflows/playing-around.yaml +++ b/.forgejo/workflows/playing-around.yaml @@ -7,14 +7,17 @@ jobs: runs-on: docker #environment: ${{ env.FORGEJO_REF_NAME }} + container: + image: node:22 + steps: - name: Checkout code uses: actions/checkout@v4 - - name: Setup Node.js - uses: https://code.forgejo.org/actions/setup-node@v4 - with: - node-version: "22" + # - name: Setup Node.js + # uses: https://code.forgejo.org/actions/setup-node@v4 + # with: + # node-version: "22" - name: Cache node modules uses: actions/cache@v4