Skip to content

Commit 7d33bea

Browse files
MrSmart00claude
andcommitted
update: GitHub ActionsのNode.jsバージョンをv22に更新
- GitHub Actionsワークフローのnode-versionをv18からv22に変更 - ローカル環境と合わせて現在のLTS版を使用 - セキュリティと性能の向上 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5c4df39 commit 7d33bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: '18'
28+
node-version: '22'
2929
cache: 'npm'
3030

3131
- name: Install dependencies

0 commit comments

Comments
 (0)