From de2812fcf97e2d5e373e6593013120d71d7a4140 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Fri, 31 Dec 2021 16:53:56 +0000 Subject: [PATCH] enable npm cache on desktop builds --- .github/workflows/{brum.yml => desktop.yml} | 1 + 1 file changed, 1 insertion(+) rename .github/workflows/{brum.yml => desktop.yml} (98%) diff --git a/.github/workflows/brum.yml b/.github/workflows/desktop.yml similarity index 98% rename from .github/workflows/brum.yml rename to .github/workflows/desktop.yml index b8d482c17..f88e3f714 100644 --- a/.github/workflows/brum.yml +++ b/.github/workflows/desktop.yml @@ -18,6 +18,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: 12 + cache: 'npm' - name: install Rust stable uses: actions-rs/toolchain@v1 with: