summaryrefslogtreecommitdiff
path: root/examples/hackernews
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2024-12-03 16:53:32 +0000
committerGravatar GitHub <noreply@github.com> 2024-12-03 16:53:32 +0000
commit30722870da52a19cb3106ac25c8215e5c44bbee3 (patch)
tree5d3bcf0ed70b9b84bb167f5e1582b433e7ac4fd7 /examples/hackernews
parent557fdae9f33fb2986f2ff047be6192eb4e0b589c (diff)
downloadastro-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.json2
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"
}
}