From 3093bc06e738076048bca193468d54b96995ecab Mon Sep 17 00:00:00 2001 From: Alan Bridgeman Date: Wed, 7 Jan 2026 10:38:47 -0600 Subject: [PATCH] Uncommented installing Yarn hopefully with the specifically targeted version this works --- .forgejo/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 7236d9c..ec157f6 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -53,7 +53,7 @@ jobs: - name: Transpile/Build the package (TypeScript -> JavaScript) run: | # Because Yarn is used locally better to install and use it than have to debug weird inconsistencies - #npm install --global yarn + npm install --global yarn # Install needed dependencies yarn install