Skip to content

Commit

Permalink
feat: Update Node.js version in GitHub Actions workflow to 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mikana0918 committed Feb 2, 2025
1 parent ab42df2 commit c6e9fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c6e9fb7

Please sign in to comment.