From c8b29aadc33c2d7b05535f05d5422429534bf9b0 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Fri, 19 Jan 2024 21:31:59 -0800 Subject: [PATCH] chore: cache dependencies in GitHub Actions runner --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c8976857..3f46b6de 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,6 +25,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} + cache: 'npm' - name: Check licensing run: | npm install @@ -40,6 +41,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} + cache: 'npm' - name: Lint run: | npm install @@ -55,6 +57,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} + cache: 'npm' - name: Test run: | npm install