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