diff --git a/.github/workflows/master-build.yml b/.github/workflows/master-build.yml index 2116123..c2144ca 100644 --- a/.github/workflows/master-build.yml +++ b/.github/workflows/master-build.yml @@ -13,7 +13,7 @@ jobs: - name: Install dependencies run: | apt-get update - apt install -y git make wget + apt install -y git make wget nodejs - name: Set git safe directory run: | diff --git a/.github/workflows/pr-build-check.yml b/.github/workflows/pr-build-check.yml index cadc80e..5130e1a 100644 --- a/.github/workflows/pr-build-check.yml +++ b/.github/workflows/pr-build-check.yml @@ -13,7 +13,7 @@ jobs: - name: Install dependencies run: | apt-get update - apt install -y git make wget + apt install -y git make wget nodejs - name: Set git safe directory run: |