Skip to content

Commit a507bb6

Browse files
fix: allow use of node16 in github actions
1 parent 8df2bd1 commit a507bb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ jobs:
275275
- build-type-determination
276276
- select-targets
277277
env:
278+
# https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
279+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
278280
# Location of artifacts generated by build.
279281
BUILD_ARTIFACTS_PATH: electron-app/dist/build-artifacts
280282
# to skip passing signing credentials to electron-builder

0 commit comments

Comments
 (0)