We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380c483 commit 43ca234Copy full SHA for 43ca234
.github/workflows/deploy.yml
@@ -9,6 +9,11 @@ jobs:
9
deployments: write
10
steps:
11
- uses: actions/checkout@v4
12
+ - name: Setup yarn
13
+ uses: actions/setup-node@v3
14
+ with:
15
+ cache: 'yarn'
16
+ node-version: '24'
17
- name: Deploy
18
uses: cloudflare/wrangler-action@v3
19
with:
package.json
@@ -92,6 +92,7 @@
92
"vite": "^7.0.6",
93
"vite-plugin-devtools-json": "^1.0.0",
94
"vite-plugin-env-compatible": "^2.0.1",
95
- "vite-plugin-page-reload": "^0.2.2"
+ "vite-plugin-page-reload": "^0.2.2",
96
+ "wrangler": "^4.52.0"
97
}
98
0 commit comments