Skip to content

Commit 2abe95b

Browse files
committed
Force Node.js 24 for GitHub Actions, upgrade action-gh-release to v2
1 parent 0d83eb7 commit 2abe95b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
env:
1414
UPSTREAM_REPO: ManyouTeam/UltimateShop
1515
JAVA_VERSION: '21'
16+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true'
1617

1718
jobs:
1819
sync-and-build:
@@ -147,7 +148,7 @@ jobs:
147148

148149
- name: Create Release
149150
if: steps.check_changes.outputs.has_changes == 'true'
150-
uses: softprops/action-gh-release@v1
151+
uses: softprops/action-gh-release@v2
151152
with:
152153
tag_name: v${{ github.run_number }}-${{ steps.check_changes.outputs.upstream_sha }}
153154
name: Auto Build - ${{ steps.check_changes.outputs.upstream_sha }}

0 commit comments

Comments
 (0)