Skip to content

Commit 8eeeaac

Browse files
authored
Update Node.js + dependencies (#83)
* Bump Node.js to latest LTS (16.17.1) * Update babel + eslint * Update toucan-js * Update wrangler * Update miniflare * Update hono to 2.1.2 (>=2.1.3 has a breaking regression) * Update hono to latest
1 parent e62d060 commit 8eeeaac

File tree

5 files changed

+1102
-560
lines changed

5 files changed

+1102
-560
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.15.0
1+
v16.17.1

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ you to authenticate with a Cloudflare account, so that the Workers KV namespace
3434
wrangler kv:namespace create CACHE --preview
3535
```
3636

37-
Copy the new `preview_id` returned by the command and replace the existing `preview_id` in
37+
Copy the new `preview_id` returned by the command and replace the existing `id`/preview_id` in
3838
[`wrangler.toml`](wrangler.toml).
3939

4040
With the KV namespace setup, the API server is now ready to run in development mode. To start the

0 commit comments

Comments
 (0)