CI: cache wrangler

This commit is contained in:
SukkaW 2024-11-19 19:30:08 +08:00
parent 3ec0e69b28
commit 1843f502b9

View File

@ -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: