From f12a3753256ec632e736fa35890828ada901111c Mon Sep 17 00:00:00 2001 From: lubiana Date: Wed, 11 Oct 2023 20:57:01 +0000 Subject: [PATCH] .forgejo/workflows/demo.yml aktualisiert --- .forgejo/workflows/demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 18f7dd5..c1c460f 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -3,7 +3,7 @@ jobs: Explore-Gitea-Actions: runs-on: docker container: - image: node:16-bullseye + image: node:20-bullseye steps: - run: echo "The job was automatically triggered by a ${{ github.event_name }} event." - run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!"