Skip to content

Commit 43ca234

Browse files
committed
setup node
1 parent 380c483 commit 43ca234

File tree

3 files changed

+887
-10
lines changed

3 files changed

+887
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ jobs:
99
deployments: write
1010
steps:
1111
- uses: actions/checkout@v4
12+
- name: Setup yarn
13+
uses: actions/setup-node@v3
14+
with:
15+
cache: 'yarn'
16+
node-version: '24'
1217
- name: Deploy
1318
uses: cloudflare/wrangler-action@v3
1419
with:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
"vite": "^7.0.6",
9393
"vite-plugin-devtools-json": "^1.0.0",
9494
"vite-plugin-env-compatible": "^2.0.1",
95-
"vite-plugin-page-reload": "^0.2.2"
95+
"vite-plugin-page-reload": "^0.2.2",
96+
"wrangler": "^4.52.0"
9697
}
9798
}

0 commit comments

Comments
 (0)