diff options
author | 2024-12-03 16:53:32 +0000 | |
---|---|---|
committer | 2024-12-03 16:53:32 +0000 | |
commit | 30722870da52a19cb3106ac25c8215e5c44bbee3 (patch) | |
tree | 5d3bcf0ed70b9b84bb167f5e1582b433e7ac4fd7 /examples/hackernews | |
parent | 557fdae9f33fb2986f2ff047be6192eb4e0b589c (diff) | |
download | astro-30722870da52a19cb3106ac25c8215e5c44bbee3.tar.gz astro-30722870da52a19cb3106ac25c8215e5c44bbee3.tar.zst astro-30722870da52a19cb3106ac25c8215e5c44bbee3.zip |
chore: update examples to use latest node (#12603)
Diffstat (limited to 'examples/hackernews')
-rw-r--r-- | examples/hackernews/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index c87dfdbc1..d677d5faf 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^9.0.0-alpha.1", + "@astrojs/node": "^9.0.0", "astro": "^5.0.1" } } |