From 8bbc4cd77c7a08c64449bc2a1727ffeecd89717f Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Mon, 3 Apr 2023 09:56:55 +0200 Subject: [PATCH] Update '.gitea/workflows/ci.yml' --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 83f8e8f..649aebb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -3,7 +3,7 @@ on: [push] jobs: Build: - runs-on: ubuntu-latest + runs-on: ubuntu-docker steps: - uses: actions/checkout@v3 - name: Use Nodejs