From 7b1f0814d2eb5c6e1143fd46283b3e09c2ae7463 Mon Sep 17 00:00:00 2001 From: sohrab Date: Wed, 12 Feb 2025 19:43:09 -0500 Subject: [PATCH] Update .forgejo/workflows/build.yaml --- .forgejo/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 8be8c70..57568a8 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -12,8 +12,8 @@ jobs: env: Desktop: "template" steps: - # - name: Install Node.js - # run: pacman -Sy --noconfirm nodejs npm git sudo + - name: Install Node.js + run: pacman -Sy --noconfirm nodejs npm git sudo - name: Checkout code uses: actions/checkout@v4