From: Tim Düsterhus Date: Mon, 20 Sep 2021 16:56:59 +0000 (+0200) Subject: Enable npm caching for all GitHub Actions jobs X-Git-Tag: 5.5.0_Alpha_1~437 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=20b6dea23916144f8f3ea0a68a5c6e5b5e12724c;p=GitHub%2FWoltLab%2FWCF.git Enable npm caching for all GitHub Actions jobs see 1a0841ca4d71142ba6d8adfce914bbaa90c41bb4 --- diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index bd0d34e154..429c622ed6 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -34,6 +34,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: "16" + cache: "npm" - run: npm install - name: Run prettier run: | @@ -53,6 +54,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: "16" + cache: "npm" - run: npm install - name: Run prettier run: |