diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ac1693..e47707f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: "${{ env.NODE }}" + cache: npm - name: Cache Python dependencies uses: actions/cache@v2