mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Remove unsued file in CI cache & Bump CI deps
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user