We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e78e96 commit ecead31Copy full SHA for ecead31
.github/workflows/build.yml
@@ -275,6 +275,8 @@ jobs:
275
- build-type-determination
276
- select-targets
277
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
280
# Location of artifacts generated by build.
281
BUILD_ARTIFACTS_PATH: electron-app/dist/build-artifacts
282
# to skip passing signing credentials to electron-builder
0 commit comments