Commit 4befb01
fix: GitHub ActionsのNode.jsバージョンとESモジュール設定を修正
- Node.jsバージョンを18から20に更新(Vite v7.1.5の要件対応)
- package.jsonで"type": "module"に変更してESモジュール対応
- GitHub Actions上でのビルドエラー(Node.jsバージョン不足とESモジュール構文エラー)を解決
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent ab16843 commit 4befb01
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments