From 23540cf16028cab3f3f0db29d6e08e3cc30717c9 Mon Sep 17 00:00:00 2001 From: Rose Date: Wed, 24 Jul 2024 02:31:25 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20idk=20what=20im=20doing=20anymor?= =?UTF-8?q?e=20i=20just=20want=20this=20to=20work?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/devel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/devel.yml b/.forgejo/workflows/devel.yml index 71c4ed0..b8f410d 100644 --- a/.forgejo/workflows/devel.yml +++ b/.forgejo/workflows/devel.yml @@ -4,13 +4,13 @@ on: branches: [devel] jobs: build: - runs-on: docker + runs-on: ubuntu-latest container: image: node:21-alpine steps: - name: setup node run: | - apk add --no-cache libc6-compat + apk add --no-cache libc6-compat git zstd apk update yarn set version canary yarn config set nodeLinker node-modules