From 126a13269e1bbc1025beb09250175c872d2eed23 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 5 Dec 2022 23:03:48 +0100 Subject: [PATCH] build: use cache for node --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3852005e6..596b69d25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,10 @@ jobs: java-version: '17' distribution: 'temurin' cache: gradle + - name: Setup Node.js + uses: actions/setup-node@v3 + with: + cache: 'npm' - name: Setup Android SDK uses: android-actions/setup-android@v2 - name: Build with Gradle