From b9f715c38d009f3ca54daf0acd3f1834b52aef5a Mon Sep 17 00:00:00 2001 From: Marcono1234 Date: Fri, 22 Mar 2024 22:59:26 +0100 Subject: [PATCH] Enable npm caching for integration test jobs --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdaaed8..bc52647 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 + cache: npm - name: Build action # Pull requests are not expected to update `action/index.js`, and pushes to the `main` branch @@ -78,6 +79,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 + cache: npm - name: Build action # Pull requests are not expected to update `action/index.js`, and pushes to the `main` branch