Skip to content

Commit da85591

Browse files
authored
Wrangler Dependency Fixed (brisbanesocialchess#89)
* Add wrangler.toml
1 parent 8740273 commit da85591

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/wrangler.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@ jobs:
1212
name: 🤓 😎 Site
1313
steps:
1414
- uses: actions/checkout@v4
15+
16+
- name: Setup Node.js
17+
uses: actions/setup-node@v4
18+
with:
19+
node-version: '18'
20+
1521
- name: 🚀 Publish
16-
uses: cloudflare/wrangler-action@v3.14.1
22+
uses: cloudflare/wrangler-action@v3
1723
with:
1824
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
1925
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

packages/cfsite/wrangler.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "brisbanesocialchess-site"
2+
compatibility_date = "2024-07-07"
3+
4+
[env.production]
5+
name = "brisbanesocialchess-site"

0 commit comments

Comments
 (0)