Skip to content

Commit f1cfc26

Browse files
committed
update node version
1 parent ed38800 commit f1cfc26

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 24.7.0
1+
nodejs 24.8.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
git init
2222

2323
# for asdf
24-
echo "nodejs 24.7.0" >> .tool-versions
24+
echo "nodejs 24.8.0" >> .tool-versions
2525

2626
# for npm-based package
2727
npm init \
@@ -49,7 +49,7 @@ echo "dotenv" >> .envrc
4949
npm install --save \
5050
fastify@5.5.0 \
5151
fastify-type-provider-zod@6.0.0 \
52-
zod@4.1.5
52+
zod@4.1.8
5353

5454
npm install --save-dev \
5555
typescript@5.9.2 \

0 commit comments

Comments
 (0)