File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 48
48
GO_VERSION : ' 1.21'
49
49
# See: https://github.com/actions/setup-node/#readme
50
50
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
51
53
JOB_TRANSFER_ARTIFACT : build-artifacts
52
54
CHANGELOG_ARTIFACTS : changelog
53
55
STAGED_CHANNEL_FILES_ARTIFACT : staged-channel-files
@@ -278,8 +280,6 @@ jobs:
278
280
- build-type-determination
279
281
- select-targets
280
282
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
283
283
# Location of artifacts generated by build.
284
284
BUILD_ARTIFACTS_PATH : electron-app/dist/build-artifacts
285
285
# to skip passing signing credentials to electron-builder
You can’t perform that action at this time.
0 commit comments