From c6e9fb73e5913a8ee48fd0632ff6dd46a6092645 Mon Sep 17 00:00:00 2001 From: mikana0918 Date: Sun, 2 Feb 2025 10:25:52 +0900 Subject: [PATCH] feat: Update Node.js version in GitHub Actions workflow to 20.x --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 0e39bc0..4cfdc7f 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -13,7 +13,7 @@ jobs: - name: Use Node.js 14.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 20.x - name: Get the git tag version id: tag_version run: |