Browse Source

CI: cache wrangler

SukkaW 1 year ago
parent
commit
1843f502b9
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .github/workflows/main.yml

+ 3 - 1
.github/workflows/main.yml

@@ -97,7 +97,9 @@ jobs:
       - name: Cache NPM cache
         uses: actions/cache@v4
         with:
-          path: ${{ steps.npm_cache_path.outputs.dir }}
+          path: |
+            ${{ steps.npm_cache_path.outputs.dir }}
+            node_modules
           key: ${{ runner.os }}-deploy-to-cloudflare-npm
       - uses: actions/download-artifact@v4
         with: