From 4e8243b3d5d488a2b74ec2e1ba6bb9b86727b577 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Thu, 13 Feb 2025 22:02:22 +0900 Subject: [PATCH] Update release.yml --- .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 e14b1cd..30d9051 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: '18.x' # You might need to adjust this value to your own version + node-version: '22.x' # You might need to adjust this value to your own version # Get the version number and put it in a variable - name: Get Version id: version