File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 - uses : pnpm/action-setup@v4
1313 - uses : actions/setup-node@v4
1414 with :
15- node-version : 18
15+ node-version : 22
1616 cache : ' pnpm'
1717 - name : Install deps
1818 run : pnpm install
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "target" : " ES2022 " ,
4- "module" : " ESNext " ,
3+ "target" : " ES2023 " ,
4+ "module" : " Preserve " ,
55 "moduleResolution" : " bundler" ,
66 "strict" : true ,
77 "noImplicitOverride" : true ,
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Vite は完全な型サポートのある [Plugin API](./api-plugin) と [JavaSc
4444## 最初の Vite プロジェクトを生成する
4545
4646::: tip 互換性について
47- Vite は [ Node.js] ( https://nodejs.org/en/ ) 18+ または 20+ のバージョンが必要です。ただし、一部のテンプレートではそれ以上のバージョンの Node.js を必要としますので、パッケージマネージャーが警告を出した場合はアップグレードしてください。
47+ Vite は [ Node.js] ( https://nodejs.org/en/ ) 20+ のバージョンが必要です。ただし、一部のテンプレートではそれ以上のバージョンの Node.js を必要としますので、パッケージマネージャーが警告を出した場合はアップグレードしてください。
4848:::
4949
5050::: code-group
You can’t perform that action at this time.
0 commit comments