diff --git a/.github/workflows/release-plugin.yml b/.github/workflows/release-plugin.yml index 7c8b6a0..c88c7ff 100644 --- a/.github/workflows/release-plugin.yml +++ b/.github/workflows/release-plugin.yml @@ -17,6 +17,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 18.x + cache: npm - name: Install Dependencies run: npm ci diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 4022862..6b47d96 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -23,6 +23,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} + cache: npm - name: Install dependencies run: npm ci