From 577d2dca7a1bd8d5f43c07825520a651a7b36817 Mon Sep 17 00:00:00 2001 From: rhunk <101876869+rhunk@users.noreply.github.com> Date: Sat, 25 May 2024 00:07:04 +0200 Subject: [PATCH] fix(ci): npm dependencies --- .github/workflows/pull_request.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 3a8fe408..edb9fbf4 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -116,6 +116,9 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew + - name: Setup NPM Dependencies + run: npm install typescript -g + - name: Build run: ./gradlew assembleAllDebug @@ -194,4 +197,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: core - path: app/build/outputs/apk/core/debug/*.apk \ No newline at end of file + path: app/build/outputs/apk/core/debug/*.apk