From 46bc75369e11099a6fd93ad0076f56642812e71f Mon Sep 17 00:00:00 2001 From: Rose Date: Wed, 24 Jul 2024 02:09:37 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20back=20to=20using=20docker=20cuz?= =?UTF-8?q?=20im=20a=20stupid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/devel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/devel.yml b/.forgejo/workflows/devel.yml index ae5ec6c..7e3489e 100644 --- a/.forgejo/workflows/devel.yml +++ b/.forgejo/workflows/devel.yml @@ -4,7 +4,7 @@ on: branches: [devel] jobs: build: - runs-on: ubuntu-latest + runs-on: docker container: image: node:21-alpine steps: