Skip to content

Commit a7ee25c

Browse files
Update to Node.js v20 actions
Update to use version of action forks that run on Node.js v20.
1 parent 0606328 commit a7ee25c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ jobs:
7777
Copy-Item -Path ./src/HelloWorld/Info.plist -Destination ${ContentsPath} | Out-Null
7878
7979
- name: Configure Xcode
80-
uses: martincostello/xcode-select@node16
80+
uses: martincostello/xcode-select@node20
8181
with:
8282
version: "13.1"
8383

8484
- name: Import Distribution Certificate
85-
uses: martincostello/import-signing-certificate@node16
85+
uses: martincostello/import-signing-certificate@node20
8686
with:
8787
certificate-data: ${{ secrets.DISTRIBUTION_CERTIFICATE_DATA }}
8888
certificate-passphrase: ${{ secrets.DISTRIBUTION_CERTIFICATE_PASSPHRASE }}
@@ -106,14 +106,14 @@ jobs:
106106
codesign --force --timestamp --options=runtime --entitlements "${ENTITLEMENTS}" --sign "${SIGNING_IDENTITY}" "${APP_NAME}"
107107
108108
- name: Notarize app
109-
uses: martincostello/xcode-notarize@node16
109+
uses: martincostello/xcode-notarize@node20
110110
with:
111111
product-path: ${{ env.MACOS_APP_PATH }}
112112
appstore-connect-username: ${{ secrets.NOTARIZATION_USERNAME }}
113113
appstore-connect-password: ${{ secrets.NOTARIZATION_PASSWORD }}
114114

115115
- name: Staple app
116-
uses: martincostello/xcode-staple@node16
116+
uses: martincostello/xcode-staple@node20
117117
with:
118118
product-path: ${{ env.MACOS_APP_PATH }}
119119

0 commit comments

Comments
 (0)