From a9cc7480ea72d29cb5efd8d81651a996139dace7 Mon Sep 17 00:00:00 2001 From: misyaguziya <53165965+misyaguziya@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:44:10 +0900 Subject: [PATCH] [Update] Change Node.js version to 22.15.0 in release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f04f9aef..6fc67de4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '20' # プロジェクトに合わせて調整してください + node-version: '22.15.0' # プロジェクトに合わせて調整してください - name: Set up Python uses: actions/setup-python@v5