Skip to content

Commit 241557b

Browse files
test
1 parent 1721908 commit 241557b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ env:
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

0 commit comments

Comments
 (0)