From 1e5efa8e155b8b466cb2a4f260b1a4d9eb977b0d Mon Sep 17 00:00:00 2001 From: HeNine <> Date: Fri, 14 Apr 2023 13:36:03 +0200 Subject: [PATCH] build? --- .gitea/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index abcf00c..c6524fb 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -16,6 +16,8 @@ jobs: - run: echo "The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "This job is now running on a ${{ runner.os }}." - run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." + - name: Install node + run: apt update && apt install nodejs - name: Check out repository code uses: actions/checkout@v3 - run: echo "The ${{ github.repository }} repository has been cloned to the runner."