Skip to content

Commit

Permalink
fix: allow use of node16 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocusinato committed Jul 26, 2024
1 parent 4bcdb3c commit b5c57d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ jobs:
- build-type-determination
- select-targets
env:
# https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
# Location of artifacts generated by build.
BUILD_ARTIFACTS_PATH: electron-app/dist/build-artifacts
# to skip passing signing credentials to electron-builder
Expand Down

0 comments on commit b5c57d5

Please sign in to comment.