From 699be37c4724b866572e0b7daae26595093082e0 Mon Sep 17 00:00:00 2001 From: Lakshyaraj Singh Rao Date: Mon, 20 Jul 2026 00:48:33 +0530 Subject: [PATCH] chore(ci): enable npm cache in setup-node --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b90cd9..1d4de3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,6 +113,11 @@ jobs: contents: write steps: - uses: actions/checkout@v7 + - uses: actions/setup-node@v4 + with: + node-version: '20' + cache: 'npm' + cache-dependency-path: docs-site/package-lock.json - name: Build static site working-directory: docs-site run: |