Skip to content

Commit

Permalink
Update build (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer authored Dec 2, 2024
1 parent 9219247 commit 281d9f7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
name: CI
on: [push, pull_request]
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
push:
branches:
- main

jobs:
test:
name: Test
Expand Down
5 changes: 2 additions & 3 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name = "caretakerd"
main = "src/index.ts"
compatibility_date = "2023-12-19"
compatibility_date = "2024-09-23"
compatibility_flags = ["nodejs_compat"]
account_id = "76cbc9ff3d45b6d0e9963e41ddeb9b71"

kv_namespaces = [
{ binding = "CACHE", id = "0ea59696afaf4d3893499f0f5e06f880", preview_id = "2df54f10101e42bc95adf9cafe119763" }
]

node_compat = true

[site]
bucket = "./public"

0 comments on commit 281d9f7

Please sign in to comment.