diff options
| author | Li Zhineng <[email protected]> | 2025-07-23 21:39:28 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-07-23 21:39:28 +0800 |
| commit | 1be4f2e59f2a601ef8f3e988e58ac8b3a990cb3c (patch) | |
| tree | 4cceb739259974cf6016f4c7cbaf4dbfef8e7364 | |
| parent | f60b43b4d09345e3a78e75397fe29c3ee2fb2655 (diff) | |
| download | wave-1be4f2e59f2a601ef8f3e988e58ac8b3a990cb3c.tar.gz wave-1be4f2e59f2a601ef8f3e988e58ac8b3a990cb3c.zip | |
remove cache
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b7ad46..b47c350 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - cache: 'npm' - name: Install dependencies run: npm ci |
