We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed38800 commit f1cfc26Copy full SHA for f1cfc26
2 files changed
.tool-versions
@@ -1 +1 @@
1
-nodejs 24.7.0
+nodejs 24.8.0
README.md
@@ -21,7 +21,7 @@
21
git init
22
23
# for asdf
24
-echo "nodejs 24.7.0" >> .tool-versions
+echo "nodejs 24.8.0" >> .tool-versions
25
26
# for npm-based package
27
npm init \
@@ -49,7 +49,7 @@ echo "dotenv" >> .envrc
49
npm install --save \
50
fastify@5.5.0 \
51
fastify-type-provider-zod@6.0.0 \
52
- zod@4.1.5
+ zod@4.1.8
53
54
npm install --save-dev \
55
typescript@5.9.2 \
0 commit comments