Remove unsued file in CI cache & Bump CI deps

This commit is contained in:
SukkaW
2025-06-15 21:50:05 +08:00
parent d5c13b06bd
commit 8741c44115
2 changed files with 11 additions and 3 deletions

View File

@@ -141,10 +141,10 @@ jobs:
name: Deploy to Cloudflare Pages
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-24.04-arm
# matrix is a tricky way to define a variable directly in the jon yaml
# matrix is a tricky way to define a variable directly in the action yaml
strategy:
matrix:
wranglerVersion: ['3.114.6']
wranglerVersion: ['3.114.9']
steps:
- name: Get NPM cache directory path
id: npm_cache_path