From a402a2d56e9dbfdc3a04777e21029da427f680f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Ko=C5=A1arko?= Date: Tue, 15 Feb 2022 21:16:40 +0100 Subject: [PATCH] cache node_modules to make the build bit faster --- .github/workflows/build_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index d8d48bf..cc3cee4 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/setup-node@v2 with: node-version: '12' + cache: 'npm' - name: Install dependencies run: npm install - uses: saucelabs/sauce-connect-action@v2