From c3938b88fe9099a2347b05fb36f3c8b38257e47d Mon Sep 17 00:00:00 2001 From: George Herbert Date: Mon, 5 Feb 2024 19:36:33 +0000 Subject: [PATCH] chore: add cache to npm --- .github/workflows/pull-request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f3221951..7c9d86ce 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -13,7 +13,8 @@ jobs: - name: Setup Node.js uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4 with: - node-version: '20' + node-version: 20 + cache: 'npm' - name: Install dependencies run: npm install working-directory: ${{ matrix.project }}