takoba / create-typescript-app

a project generator for TypeScript app
MIT License
0 stars 0 forks source link

:up: Update engines #4

Closed takoba closed 1 month ago

takoba commented 1 year ago

Summary

Expected

% cat .node-version
18.13.0

% nodenv install $(cat .node-version)
(:sparkles: Successed to installation)

% node -v
18.13.0

% yarn
(:sparkles: Successed to install dependencies)

% yarn typecheck
yarn run v1.22.19
$ tsc --noEmit
✨  Done in 0.77s.
takoba commented 1 month ago

updated by https://github.com/takoba/create-typescript-app/commit/b1f9386bb41f4ef5afb522cb8fe62e713d0b4e35