File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4848 GO_VERSION : ' 1.21'
4949 # See: https://github.com/actions/setup-node/#readme
5050 NODE_VERSION : ' 18.17'
51+ # https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
52+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
5153 JOB_TRANSFER_ARTIFACT : build-artifacts
5254 CHANGELOG_ARTIFACTS : changelog
5355 STAGED_CHANNEL_FILES_ARTIFACT : staged-channel-files
@@ -278,8 +280,6 @@ jobs:
278280 - build-type-determination
279281 - select-targets
280282 env :
281- # https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
282- ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
283283 # Location of artifacts generated by build.
284284 BUILD_ARTIFACTS_PATH : electron-app/dist/build-artifacts
285285 # to skip passing signing credentials to electron-builder
You can’t perform that action at this time.
0 commit comments