Skip to content

Commit 76a2034

Browse files
authored
chore: update build-prod.yml
1 parent 38876e4 commit 76a2034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Node.js, NPM and Yarn
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: 21
31+
node-version: 22
3232

3333
- name: Prepare for app notarization
3434
if: startsWith(matrix.os, 'macos')
@@ -114,4 +114,4 @@ jobs:
114114
TAG=${GITHUB_REF#refs/tags/}
115115
116116
# Update the release with the generated notes
117-
gh release edit $TAG --title $TAG --notes "${{ steps.generate_notes.outputs.release_notes }}"
117+
gh release edit $TAG --title $TAG --notes "${{ steps.generate_notes.outputs.release_notes }}"

0 commit comments

Comments
 (0)