diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59f4f07..acd6352 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20.x' + cache: 'npm' - name: Install Dependencies run: npm install - name: Run Tests