We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38876e4 commit 76a2034Copy full SHA for 76a2034
.github/workflows/build-prod.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install Node.js, NPM and Yarn
29
uses: actions/setup-node@v4
30
with:
31
- node-version: 21
+ node-version: 22
32
33
- name: Prepare for app notarization
34
if: startsWith(matrix.os, 'macos')
@@ -114,4 +114,4 @@ jobs:
114
TAG=${GITHUB_REF#refs/tags/}
115
116
# Update the release with the generated notes
117
- gh release edit $TAG --title $TAG --notes "${{ steps.generate_notes.outputs.release_notes }}"
+ gh release edit $TAG --title $TAG --notes "${{ steps.generate_notes.outputs.release_notes }}"
0 commit comments